aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_many_through_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix tests that assumed implicit order by idJeremy Kemper2008-08-301-2/+2
* Performance: Better query for ASSOCIATION_ids. Select only ids if the associa...miloops2008-08-301-0/+20
* Alias included associations if needed when doing a countTarmo Tänav2008-08-271-0/+4
* Fix HasManyThroughAssociationsTest tests. [#733 state:resolved]miloops2008-07-311-3/+6
* fix eager loading with dynamic findersBrandon Keepers2008-06-091-0/+6
* Ensure query assertion counts are the same when partial updates are enabledJeremy Kemper2008-05-301-0/+1
* Fix failing associate_with_create tests inserting null first_nameJeremy Kemper2008-05-011-3/+3
* best solution?Steven Soroka2008-05-011-0/+12
* Use schema.rb for all databasesFrederick Cheung2008-04-221-1/+1
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-061-0/+177