rails/activerecord/test
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
..
active_record/connection_adapters introduce conn.data_source_exists? and conn.data_sources. 2015-09-22 19:48:44 +02:00
assets
cases Fix calculate with a string value in from and eager loading 2016-06-13 01:13:54 +09:00
fixtures Fixed where for polymorphic associations when passed an array containing different types. 2016-02-16 10:41:26 -08:00
migrations Fix migration class names in tests 2016-05-28 14:16:43 +09:00
models Ensure hashes can be passed to attributes using composed_of 2016-05-31 10:03:26 -04:00
schema Add Expression Indexes and Operator Classes support for PostgreSQL 2016-04-24 14:56:29 -07:00
support Deprecate #table_exists?, #tables and passing arguments to #talbes 2015-11-09 23:13:23 +09:00
.gitignore
config.example.yml Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
config.rb