1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Kassio Borges c8bbe9aefa Improve support for non Active Record objects on validates_associated
Skipping `marked_for_destruction?` when the associated object does not responds
to it make easier to validate virtual associations built on top of Active Model
objects and/or serialized objects that implement a `valid?` instance method.
2015-11-08 10:58:39 -02:00
..
active_record Improve support for non Active Record objects on validates_associated 2015-11-08 10:58:39 -02:00
rails/generators Stop aligning the arguments 2015-10-23 21:34:08 -02:00
active_record.rb Add #cache_key to ActiveRecord::Relation. 2015-07-20 01:46:03 +01:00