Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Using ActiveRecord, is there a way to get the old values of a record during after_update

Check if record was just destroyed in rails

Get only records created today in laravel

Use a scope by default on a Rails has_many relationship

Rails: Order with nulls last

Active Record - Find records which were created_at before today

ruby activerecord

validation custom message for rails 3

How to implement has_many :through relationships with Mongoid and mongodb?

Safe ActiveRecord like query

Deprecation warning when using has_many :through :uniq in Rails 4

How to get the original value of an attribute in Rails

Check if record exists from controller in Rails

ActiveRecord Query Union

In rails, how can I find out what caused a .save() to fail, other than validation errors?

How do I turn on SQL debug logging for ActiveRecord in RSpec tests?

Rails find record with zero has_many records associated [duplicate]

how to add records to has_many :through association in rails

Saving multiple objects in a single call in rails

How does Rails keep track of which migrations have run for a database?

Why all the Active Record hate? [closed]