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 681a0a0299 Fix calculate with a string value in from and eager loading
`construct_relation_for_association_calculations` pass a string value to
`construct_join_dependency` when setting a string value in `from`.
It should not pass a string value, but always `joins_values`.

Related #14834, #19452.

Fixes #24193.
2016-06-13 01:13:54 +09:00
..
association_scope_test.rb Use an Attribute object to represent a bind value 2015-01-27 12:07:06 -07:00
belongs_to_associations_test.rb Give more context from AssociationMismatchError 2016-05-12 22:20:45 -04:00
bidirectional_destroy_dependencies_test.rb Add support for bidirectional destroy dependencies 2015-01-16 11:41:43 +00:00
callbacks_test.rb Typos in AR tests 2016-02-03 22:08:13 +09:00
cascaded_eager_loading_test.rb Deprecate automatic counter caches on has_many :through 2014-06-26 07:24:34 -06:00
eager_load_includes_full_sti_class_test.rb
eager_load_nested_include_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
eager_singularization_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
eager_test.rb Fix calculate with a string value in from and eager loading 2016-06-13 01:13:54 +09:00
extension_test.rb Remove support to activerecord-deprecated_finders 2015-01-02 12:06:24 -03:00
has_and_belongs_to_many_associations_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
has_many_associations_test.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
has_many_through_associations_test.rb Rename test method 2016-05-12 22:45:18 +03:00
has_one_associations_test.rb Fix has_one enum where queries 2016-05-26 18:00:51 -04:00
has_one_through_associations_test.rb Skip statement cache on through association reader 2015-08-12 21:17:30 -03:00
inner_join_association_test.rb Fix "nonexistent" typo in tests 2014-12-02 19:19:10 -05:00
inverse_associations_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
join_model_test.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
left_outer_join_association_test.rb Allow Oracle bind parameter syntax :a1 2016-06-08 17:17:22 +00:00
nested_through_associations_test.rb Fix misleading errors for has_one through relations 2015-07-22 00:51:23 +03:00
required_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00