New posts in activerecord

Using Active Record generators after Mongoid installation?

Is there a way to avoid automatically updating Rails timestamp fields?

validates_uniqueness_of passes on nil or blank (without allow_nil and allow_blank)

How can I know when to "refresh" my model object in Rails?

When do I use save!, create! and update_attributes! in Rails?

Rails 3 / Form without Model: How do I create a form that is not tied to a model?

Getting types of the attributes in an ActiveRecord object

How to test for (ActiveRecord) object equality

Sort array returned by ActiveRecord by date (or any other column)

Renaming the created_at, updated_at columns of ActiveRecord/Rails

Rails 3 skip validations and callbacks

ActiveRecord Find By Year, Day or Month on a Date field

Rails: ActiveRecord query based on association value

Rails ActiveRecord :joins with LEFT JOIN instead of INNER JOIN

Rails 3 + activerecord, the best way to "mass update" a single field for all the records that meet a condition

In Rails, what's the difference between find_each and where?

Rails Active Record find(:all, :order => ) issue

With Rails 4, Model.scoped is deprecated but Model.all can't replace it

How to select rows where column value IS NOT NULL using CodeIgniter's ActiveRecord?

Ruby Activerecord IN clause