aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations
Commit message (Expand)AuthorAgeFilesLines
* Make size for has_many :through use counter cache if it exists. Closes #9734...Rick Olson2007-09-301-0/+9
* Associations macros accept extension blocks alongside modules. Closes #9346.Jeremy Kemper2007-09-171-1/+6
* 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
* Kill lingering actsJeremy Kemper2007-09-111-1/+0
* Moved acts_as_tree into a plugin of the same name on the official Rails svn (...David Heinemeier Hansson2007-09-111-27/+0
* 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
* 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-223-12/+12
* Remove deprecated push_with_attributes.Jeremy Kemper2007-06-111-30/+17
* 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