aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations/join_model_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure that has_many :through associations use a count query instead of loadi...Rick Olson2007-07-251-0/+6
* Fix #count on a has_many :through association so that it recognizes the :uniq...Rick Olson2007-07-201-1/+10
* Make create! on a has_many :through association return the association objec...Michael Koziarski2007-07-111-1/+1
* Fix polymorphic has_one associations declared in an abstract class. Closes #8...Jeremy Kemper2007-06-251-2/+11
* Update tests' use of fixtures for the new collections api. Closes #8726.Jeremy Kemper2007-06-221-6/+6
* Allow a polymorphic :source for has_many :through associations. Closes #7143...Rick Olson2007-03-131-0/+12
* Fix has_many :through << with custom foreign keys. Closes #6466, #7153.Jeremy Kemper2007-03-051-1/+6
* Fix has_many :through to add the appropriate conditions when going through an...Rick Olson2006-10-151-0/+4
* 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
* The has_many create method works with polymorphic associations. Closes #6361.Jeremy Kemper2006-10-081-0/+7
* organize associations testsJeremy Kemper2006-09-251-0/+429