New posts in rails-activerecord

Counting the number of queries performed

In Rails 4.1, how to find records by enum symbol?

Cascade delete in Ruby ActiveRecord models?

ActiveRecord::SubclassNotFound: The single-table inheritance mechanism failed to locate the subclass

Add nullable foreign key in Rails

Creating a PostgreSQL sequence to a field (which is not the ID of the record)

Ruby on rails - Reference the same model twice?

Ruby rails - select only few columns from the data base

query , can not select column count

How to write SQL in a migration in Rails

SQL where joined set must contain all values but may contain more

Does rename_column take care of indexes?

Difference between Active Model, Active Record and Active Resource

has_many, belongs_to relation in active record migration rails 4

Rails has_one :through association

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

Rolling back a failed Rails migration

Heroku Postgres Error: PGError: ERROR: relation "organizations" does not exist (ActiveRecord::StatementInvalid)

How to skip ActiveRecord callbacks? [duplicate]

LEFT OUTER JOIN in Rails 4