aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations/eager_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-261-2/+2
* Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...Marcel Molina2007-10-231-0/+9
* Eager loading respects explicit :joins. Closes #9496.Jeremy Kemper2007-09-151-0/+5
* OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.Jeremy Kemper2007-09-131-2/+12
* Don't clobber :includes passed to count on has_many association. Closes #9175...Michael Koziarski2007-08-161-0/+6
* Make sure has_many associations honour :include when counting. Closes #9167 [...Michael Koziarski2007-08-161-0/+7
* Update tests' use of fixtures for the new collections api. Closes #8726.Jeremy Kemper2007-06-221-4/+4
* PostgreSQL: use a subselect to correctly perform eager finds with :limit and ...Jeremy Kemper2007-01-121-0/+10
* Sybase adapter fixes. Closes #6926 [jsheets]Michael Koziarski2007-01-051-1/+1
* Oracle: resolve test failures, use prefetched primary key for inserts, check ...Jeremy Kemper2006-11-011-3/+4
* Fix has_many :through to add the appropriate conditions when going through an...Rick Olson2006-10-151-1/+16
* Removes the ability for eager loaded conditions to be interpolated, since the...Rick Olson2006-10-091-1/+1
* organize associations testsJeremy Kemper2006-09-251-0/+367