aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_load_nested_include_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-7/+6
* Fix models load order to be able to run unit tests.Emilio Tagua2009-04-231-5/+5
* Ensure NoMethodError isn't raised when some of the nested eager loaded associ...Murray Steele2009-03-121-0/+29
* remember created records and select a random one instead of relying on sequen...S. Brent Faulkner2008-08-211-12/+30
* Move the eager load nested include tables into schema.rb and use delete_all i...Michael Koziarski2008-02-201-64/+38
* Remove disconnect! in test case, it causes segfaults on sqlite3 and completel...Michael Koziarski2008-02-201-6/+2
* Remove mysql option from a test that applies to all databases. References #11...Jeremy Kemper2008-02-191-5/+4
* Don't assume all records from nested include are of same class. Closes #11154...Jeremy Kemper2008-02-191-0/+114