rails/activerecord/test/cases/associations
2019-02-10 09:04:10 +09:00
..
belongs_to_associations_test.rb Address test_belongs_to_does_not_use_order_by failure due to checking order by for metadata queries 2019-02-08 00:33:16 +00:00
bidirectional_destroy_dependencies_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
callbacks_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
cascaded_eager_loading_test.rb Fix random CI failure due to non-deterministic sorting order 2019-02-10 09:04:10 +09:00
eager_load_includes_full_sti_class_test.rb Extract all base_class.name as polymorphic_name 2018-03-04 02:34:00 +09:00
eager_load_nested_include_test.rb Use assert_no_queries not to ignore BEGIN/COMMIT queries 2018-10-05 04:11:13 +09:00
eager_singularization_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
eager_test.rb Partly revert #31819 2018-10-26 00:48:47 +03:00
extension_test.rb Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
has_and_belongs_to_many_associations_test.rb Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
has_many_associations_test.rb Merge pull request #35178 from bogdan/has-many-size 2019-02-08 22:39:58 +09:00
has_many_through_associations_test.rb Fix CollectionProxy#concat to return self by alias it to #<< 2019-02-06 15:01:48 +09:00
has_one_associations_test.rb Address test_belongs_to_does_not_use_order_by failure due to checking order by for metadata queries 2019-02-08 00:33:16 +00: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 CustomCops/AssertNot to allow it to have failure message 2018-05-13 11:32:47 +09:00
inverse_associations_test.rb Revert "Merge pull request #33729 from kddeisz/plural-automatic-inverse" 2019-02-01 01:34:49 +09:00
join_model_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
left_outer_join_association_test.rb Fix "NameError: uninitialized constant Categorization::Category" 2018-02-26 16:20:06 +09:00
nested_through_associations_test.rb Remove ignore_none: false to assert no queries more strictly 2018-10-05 04:30:01 +09:00
required_test.rb Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00