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
Jean Boussier 125987e35d Deprecate partial_writes in favor of partial_inserts and partial_updates
This allows to have a different behavior on update and create.

For instance it might be desirable to disable partial inserts
to protect against a concurrent migration removing the default
value of a column, which would cause processes with an outdated
schema cache to fail on insert.
2021-06-02 15:04:08 +02:00
..
belongs_to_associations_test.rb Fix the test case for #14855 to catch a future regression correctly 2021-03-23 04:55:33 +09:00
bidirectional_destroy_dependencies_test.rb
callbacks_test.rb
cascaded_eager_loading_test.rb Avoid stack level too deep in predicate builder 2021-02-11 11:32:20 -05:00
eager_load_includes_full_sti_class_test.rb
eager_load_nested_include_test.rb chore: fix grammar, spelling and minor whitespace fix 2021-04-13 21:35:50 +10:00
eager_singularization_test.rb
eager_test.rb chore: fix grammar, spelling and minor whitespace fix 2021-04-13 21:35:50 +10:00
extension_test.rb
has_and_belongs_to_many_associations_test.rb Deprecate partial_writes in favor of partial_inserts and partial_updates 2021-06-02 15:04:08 +02:00
has_many_associations_test.rb Improve performance of #one? and #many? 2021-05-13 19:50:14 +02:00
has_many_through_associations_test.rb chore: fix spelling change favourite to the more used favorite 2021-04-12 12:35:12 +10:00
has_many_through_disable_joins_associations_test.rb Address non-deteristic CI failure of HasManyThroughDisableJoinsAssociationsTest 2021-04-20 11:56:34 +09:00
has_one_associations_test.rb Fix spelling in HasOneAssociationsTest 2021-04-13 10:46:55 -04:00
has_one_through_associations_test.rb chore: fix spelling change favourite to the more used favorite 2021-04-12 12:35:12 +10:00
has_one_through_disable_joins_associations_test.rb Fix isolated test failure 2021-05-08 22:04:55 +09:00
inner_join_association_test.rb Address intermittent CI failure due to non-determined sort order 2021-02-21 14:09:18 +09:00
inverse_associations_test.rb chore: fix spelling 2021-04-15 12:32:57 +10:00
join_model_test.rb Avoid stack level too deep in predicate builder 2021-02-11 11:32:20 -05:00
left_outer_join_association_test.rb Address intermittent CI failure due to non-determined sort order 2021-02-21 14:09:18 +09:00
nested_through_associations_test.rb
required_test.rb