aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations/join_model_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move tests to casesJeremy Kemper2008-01-181-559/+0
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...Jeremy Kemper2007-12-221-3/+3
* Ensure that the :uniq option for has_many :through associations retains the o...Rick Olson2007-12-111-0/+6
* Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...Rick Olson2007-11-111-0/+6
* Fix has_many :through delete with custom foreign keys. Closes #6466.Jeremy Kemper2007-10-271-1/+17
* Alias association #build to #new so it behaves predictably. Closes #8787.Jeremy Kemper2007-10-151-0/+1
* Uncomment test for join model method_missing. Closes #8707 [Giles Bowkett, Jo...Jeremy Kemper2007-10-151-2/+2
* Make size for has_many :through use counter cache if it exists. Closes #9734...Rick Olson2007-09-301-0/+9
* 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