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 24de1ab4f5 Make ActiveRecord::Base.has_many_inversing a class_attribute
This allows to enable or disable thew new behavior on a per
mode basis, which is helpful for large applications where
fixing all the problems at once is too much.
2021-06-03 17:59:00 +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 Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
callbacks_test.rb Fix typo in test name 2020-03-21 20:58:56 +09:00
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 Support storing demodulized class name for polymorphic type 2020-08-23 16:04:29 +09:00
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 Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
eager_test.rb chore: fix grammar, spelling and minor whitespace fix 2021-04-13 21:35:50 +10:00
extension_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
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 Make ActiveRecord::Base.has_many_inversing a class_attribute 2021-06-03 17:59:00 +02: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 Add option for default_scope to run on all queries 2020-12-01 11:15:08 -05:00
required_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00