1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
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/connection_adapters introduce conn.data_source_exists? and conn.data_sources. 2015-09-22 19:48:44 +02:00
assets
cases Improve support for non Active Record objects on validates_associated 2015-11-08 10:58:39 -02:00
fixtures Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-dependencies 2015-10-28 12:24:07 -06:00
migrations
models Ensure has_and_belongs_to_many works with belongs_to_required_by_default 2015-10-29 16:53:49 -06:00
schema Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-dependencies 2015-10-28 12:24:07 -06:00
support use correct DB connection for generated HABTM table 2015-08-07 12:33:09 -07:00
.gitignore
config.example.yml
config.rb