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
Rafael Mendonça França 1b4399dfe7 Fix regression caused by a01d164b
When preload is used in a default scope the preload_values were
returning nested arrays and causing the preloader to fail because it
doesn't know how to deal with nested arrays. So before calling preload!
we need to splat the arguments.

This is not needed to includes because it flatten its arguments.
2015-07-07 13:40:50 -03:00
..
active_record/connection_adapters
assets
cases Fix regression caused by a01d164b 2015-07-07 13:40:50 -03:00
fixtures Fix spelling of Thoughtleadering 2015-07-02 15:48:47 -04:00
migrations
models Fix regression caused by a01d164b 2015-07-07 13:40:50 -03:00
schema Add pending test for the great-grandparent touching bug from #19324 2015-06-25 14:23:06 +02:00
support Add YAML compatibility for objects from Rails 4.2 2015-03-10 11:56:45 -06:00
.gitignore
config.example.yml
config.rb