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 13c5aa818e source_type_scope should respect correct table alias
`join_scopes` in `PolymorphicReflection` is passed aliased `table`, so
it should be respected for `source_type_scope`.

Closes #13969.
Fixes #13920.
Fixes #15190.
2017-10-30 22:06:12 +09:00
..
belongs_to_associations_test.rb Fix warning: assigned but unused variable - comment 2017-07-25 03:25:23 +09:00
bidirectional_destroy_dependencies_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
callbacks_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
cascaded_eager_loading_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
eager_load_includes_full_sti_class_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
eager_load_nested_include_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
eager_singularization_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
eager_test.rb Add a test case that eager-loading with a polymorphic association and using exists? 2017-10-16 00:20:47 +09:00
extension_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
has_and_belongs_to_many_associations_test.rb Remove deprecated support to passing a class to :class_name on associations 2017-10-23 12:50:45 -04:00
has_many_associations_test.rb Add deterministic sorting order for test_taking_with_a_number 2017-08-18 17:22:06 +09:00
has_many_through_associations_test.rb Fix all s/trough/through/ 2017-10-27 16:45:07 +09:00
has_one_associations_test.rb Show the failed queries in test_has_one_does_not_use_order_by 2017-10-14 12:30:01 +09:00
has_one_through_associations_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
inner_join_association_test.rb Ensure associations doesn't table name collide with aliased joins 2017-10-24 21:47:11 +09:00
inverse_associations_test.rb Load both :authors and :author_addresses to keep data integrity 2017-08-22 19:32:45 +00:00
join_model_test.rb ⚠️ assigned but unused variable - message 2017-09-01 19:20:12 +09:00
left_outer_join_association_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
nested_through_associations_test.rb source_type_scope should respect correct table alias 2017-10-30 22:06:12 +09:00
required_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00