aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations
Commit message (Expand)AuthorAgeFilesLines
* 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-152-1/+20
* Restore eager condition interpolation, document it's differences [Rick]Rick Olson2006-10-111-0/+7
* Add #delete support to has_many :through associations. Closes #6049 [Martin ...Rick Olson2006-10-091-0/+33
* Removes the ability for eager loaded conditions to be interpolated, since the...Rick Olson2006-10-091-1/+1
* The has_many create method works with polymorphic associations. Closes #6361.Jeremy Kemper2006-10-081-0/+7
* organize associations testsJeremy Kemper2006-09-255-0/+1102