Kaffeinated Development
banner
kaffeinated.dev
Kaffeinated Development
@kaffeinated.dev
We develop web and mobile applications. We specialize in #ruby on #rails, #django, #elixir and #phoenix, and #flutter.

Get in touch with us. Ask about our free technical consultation.
ActiveRecord allows you to query enum fields in different ways automatically.

api.rubyonrails.org/classes/Acti...

#rails #ruby
November 16, 2025 at 7:07 PM
#ruby on #rails tips

Date.today.all_day
Date.today.all_week
Date.today.all_month
Date.today.all_quarter
Date.today.all_year

Use these methods to easily get date ranges.

They also work with the DateTime class.
March 26, 2025 at 8:43 PM