Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activerecord

Are `save` and `save!` the only methods that persist ActiveRecord objects?

ruby rails-activerecord

Cloning a relation in rails

Loading ActiveRecord fixtures with RSpec without Rails

Undocumented ActiveRecord bang methods

Is it possible to not repeat Rails ActiveRecord where condition arguments?

rails - after_update occurring on .save for new object

How can I test methods in the ApplicationRecord abstract base class?

Rails 3 ignore Postgres unique constraint exception

Rails: How can I tell if a record has a child record in any one of its child tables?

Rails find with a block

How to write scope with belongs_to object?

Rails isn't running destroy callbacks for has_many through join model

Rails: select records with maximum date

Rails scope with boolean

NoMethodError - undefined method 'find_by' for []:ActiveRecord::Relation

PostgreSQL ilike with multiple matches in Rails ActiveRecord

Ruby Object#id warnings and Active Record

Rails ActiveRecord conditions

What is Ruby on Rails ORM in layman's terms? Please explain