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/cases/associations
Rafael Mendonça França 1918b12c04 Fix wrong behavior where associations with dependent: :destroy options
was using nullify strategy

This caused a regression in applications trying to upgrade.

Also if the user set the dependent option as destroy he expects to get
the records removed from the database.
2013-11-01 19:04:30 -02:00
..
association_scope_test.rb
belongs_to_associations_test.rb Clear class ivar before testing 2013-07-29 03:03:24 +09:00
callbacks_test.rb
cascaded_eager_loading_test.rb query the association rather than send the method for the association name 2013-08-27 15:14:48 -07:00
eager_load_includes_full_sti_class_test.rb
eager_load_nested_include_test.rb
eager_singularization_test.rb
eager_test.rb :cut: whitespace 2013-10-30 14:17:54 -07:00
extension_test.rb Define the association extensions without need to have a builder 2013-10-09 00:48:56 -03:00
has_and_belongs_to_many_associations_test.rb Squashed commit of the following: 2013-10-01 15:40:40 -07:00
has_many_associations_test.rb Fix wrong behavior where associations with dependent: :destroy options 2013-11-01 19:04:30 -02:00
has_many_through_associations_test.rb Assert the return value in the test 2013-10-27 18:11:00 -02:00
has_one_associations_test.rb Save association when primary key is manually set 2013-10-24 22:30:30 -02:00
has_one_through_associations_test.rb Unneeded assertion 2013-07-29 03:03:24 +09:00
inner_join_association_test.rb Collapse where constraints to one where constraint 2013-09-13 16:37:10 +03:00
inverse_associations_test.rb inversed instance should not be reloaded after stale state was changed 2013-10-13 21:51:40 +01:00
join_model_test.rb Fix some typos in AR- CHANGELOG, tests, method doc. fixed 2013-03-20 11:17:01 +05:30
nested_through_associations_test.rb preheat habtm column cache 2013-10-02 17:22:28 -07:00