aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations
Commit message (Expand)AuthorAgeFilesLines
* Allow a polymorphic :source for has_many :through associations. Closes #7143...Rick Olson2007-03-131-0/+12
* forgot to add tests for #7044Rick Olson2007-03-131-0/+145
* Fix has_many :through << with custom foreign keys. Closes #6466, #7153.Jeremy Kemper2007-03-051-1/+6
* 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