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/scoping
Sammy Larbi 4abbdbdf16 Skip StatementCache for eager loaded associations (Fixes #16761)
Eagerly loaded collection and singular associations are ignored by the StatementCache, which causes errors when the queries they generate reference columns that were not eagerly loaded.

This commit skips the creation of the StatementCache as a fix for these scenarios.
2014-09-04 10:05:01 -05:00
..
default_scoping_test.rb Skip StatementCache for eager loaded associations (Fixes #16761) 2014-09-04 10:05:01 -05:00
named_scoping_test.rb Enums shouldn't ruin people's anniversaries 2014-09-04 00:34:21 -07:00
relation_scoping_test.rb Make sure that fixtures are loaded before finding 2014-08-14 17:09:29 +09:00