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
Ryuta Kamizono e6f953fc39 Deduplicate joins values
#36805 have one possible regression that failing deduplication if
`joins_values` have complex order (e.g. `joins_values = [join_node_a,
:comments, :tags, join_node_a]`).

This fixes the deduplication to take it in the first phase before
grouping.
2019-08-02 03:35:44 +09:00
..
belongs_to_associations_test.rb Use capture_sql helper method in tests 2019-07-28 14:47:57 +08:00
bidirectional_destroy_dependencies_test.rb
callbacks_test.rb
cascaded_eager_loading_test.rb Address intermittent CI failure in cascaded_eager_loading_test.rb 2019-05-29 03:52:48 +09: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 Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
eager_singularization_test.rb
eager_test.rb Allow column name with function (e.g. length(title)) as safe SQL string 2019-06-10 07:36:58 +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 Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
has_many_through_associations_test.rb Give up filling schema cache before assert_no_queries 2019-05-22 01:23:58 +09:00
has_one_associations_test.rb Merge pull request #36708 from rails/has-one-polymorphic-touch-dont-cache-association-result-inside-create-transaction 2019-07-31 06:31:50 +02: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 Deduplicate joins values 2019-08-02 03:35:44 +09:00
inverse_associations_test.rb Fix automatic_inverse_of not to be disabled if extension block is given 2019-04-12 18:01:57 +09:00
join_model_test.rb
left_outer_join_association_test.rb Fix merging left_joins to maintain its own join_type context 2019-04-27 21:43:57 +09:00
nested_through_associations_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
required_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00