Top "Active-record-query" questions

Active Record is a pattern that combines domain logic with storage abstraction in single object.

How to query sql with active record for dates between specified times

I have a database that I want to pull only certain rows that have dates in specified ranges. I'm not …

php mysql codeigniter phpactiverecord active-record-query
ActiveRecord query through multiple joins

I have a schema like this. managers has_many :emails has_many :stores emails belongs_to :manager stores belongs_to :…

ruby-on-rails-4 rails-activerecord active-record-query
Reserved names with ActiveRecord models

I take naming pretty seriously, so I think pretty hard about good names for my ActiveRecord models. However, I frequently …

ruby-on-rails ruby-on-rails-3 activerecord ruby-on-rails-3.2 active-record-query