New posts in activerecord

ActiveRecord, has_many :through, and Polymorphic Associations

Find rows with multiple duplicate fields with Active Record, Rails & Postgres

Safe ActiveRecord like query

Rails: Why does find(id) raise an exception in rails? [duplicate]

ActiveRecord: List columns in table from console

How can I see the SQL that will be generated by a given ActiveRecord query in Ruby on Rails

Can you do greater than comparison on a date in a Rails 3 search?

UNION query with codeigniter's active record pattern

ActiveRecord Query Union

Group entries based on associated model fields in aggregate

How to list of all the tables defined for the database when using active record?

How to do a LIKE query in Arel and Rails?

Rails 3: Get Random Record

Rails 4 LIKE query - ActiveRecord adds quotes

How to convert ActiveRecord results into an array of hashes

Searching serialized data, using active record

When to add what indexes in a table in Rails

Using Rails serialize to save hash to database

accepts_nested_attributes_for with find_or_create?

When to use a "has_many :through" relation in Rails?