rails/activerecord/test/cases/associations
2020-06-22 15:01:42 +09:00
..
belongs_to_associations_test.rb Fix preloading for polymorphic association with custom scope 2020-05-26 04:07:28 +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 extraneous preloading when loading across has_one associations 2020-01-08 08:14:04 +13:00
eager_load_includes_full_sti_class_test.rb Fix CI failure due to remaining tagging records 2019-03-26 12:59:16 +09:00
eager_load_nested_include_test.rb Fix EagerLoadPolyAssocsTest setup (#38883) 2020-04-07 10:14:17 +09:00
eager_singularization_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
eager_test.rb Do not use object_id on Active Record object directly 2020-05-24 11:08:24 +09:00
extension_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
has_and_belongs_to_many_associations_test.rb Fix join middle table alias when using HABTM 2019-07-26 23:12:44 +09:00
has_many_associations_test.rb More exercise tests for first nth and last on dirty collection 2020-06-22 15:01:42 +09:00
has_many_through_associations_test.rb Fix through association with source/through scope which has joins 2020-05-22 04:05:27 +09:00
has_one_associations_test.rb Fix flakey destroyed_by_association tests 2020-05-04 19:26:54 -05:00
has_one_through_associations_test.rb More exercise singular association query 2018-11-28 03:34:20 +09:00
inner_join_association_test.rb Fix eager load with Arel joins to maintain the original joins order 2020-05-16 10:17:11 +09:00
inverse_associations_test.rb Do not use object_id on Active Record object directly 2020-05-24 11:08:24 +09:00
join_model_test.rb Add DidYouMean for HasManyThroughAssociationNotFoundError 2020-05-19 08:27:08 +02:00
left_outer_join_association_test.rb Fix eager load with Arel joins to maintain the original joins order 2020-05-16 10:17:11 +09:00
nested_through_associations_test.rb Fix through association to respect source scope for includes/preload 2020-05-21 07:40:01 +09:00
required_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00