aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_many_through_associations_test.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Make AssociationCollection start transactions in the correct database.Hongli Lai (Phusion)2008-09-231-0/+9
| | | | | | | | | | AssociationCollection now starts transactions by calling AssociationCollection#transaction instead of @owner.transaction or @reflection.klass.transaction. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1081 state:committed]
* Fix tests that assumed implicit order by idJeremy Kemper2008-08-301-2/+2
|
* Performance: Better query for ASSOCIATION_ids. Select only ids if the ↵miloops2008-08-301-0/+20
| | | | | | association hasn't been loaded. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Alias included associations if needed when doing a countTarmo Tänav2008-08-271-0/+4
| | | | | | [#302 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Fix HasManyThroughAssociationsTest tests. [#733 state:resolved]miloops2008-07-311-3/+6
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* 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
| | | | Signed-off-by: Steven Soroka <ssoroka78@gmail.com>
* Use schema.rb for all databasesFrederick Cheung2008-04-221-1/+1
| | | | | | Move adapter specific schema into their own files Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Split associations_test.rb into multiple files based on association type. ↵Pratik Naik2008-04-061-0/+177
[Pratik] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9233 5ecf4fe2-1ee6-0310-87b1-e25e094e27de