New posts in activerecord

Error Handling in ActiveRecord Transactions?

Active Record has_many :through remove one associated record

Why polymorphic association doesn't work for STI if type column of the polymorphic association doesn't point to the base model of STI?

INSERT multiple records using ruby on rails active record

How to order included elements in Rails 3

ActiveRecord find starts with

hash['key'] to hash.key in Ruby

Test if string can be downcased?

How can I translate ActiveRecord model class name?

Ruby on Rails: how to get error messages from a child resource displayed?

Index for multiple columns in ActiveRecord

Get columns names with ActiveRecord

rescue from ActiveRecord::RecordNotFound in Rails

laravel model find return null for existing id

When (if) to consolidate ActiveRecord migrations?

Find model records by ID in the order the array of IDs were given

Ruby on Rails ActiveRecord query using a join

Getting data posted in between two dates

When will ActiveRecord save associations?

Codeigniter: does $this->db->last_query(); execute a query?