aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* Fix the pre-quoted table names in the eager tests. [mislav]Michael Koziarski2008-02-111-2/+4
* Fix eager loading with pre-quoted table names. Closes #11046 [danielmorrison,...Michael Koziarski2008-02-111-0/+24
* Revert r8742: remove has_many with :group option since it has sketchy sql sup...Jeremy Kemper2008-02-031-15/+0
* Fixed preloading belongs_to associations which reference a custom foreign key...Jeremy Kemper2008-01-311-1/+9
* Make sure count works on has_many :through associations using :group. Closes...Michael Koziarski2008-01-271-0/+15
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-217-15/+15
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-192-11/+93
* Fix pathsJeremy Kemper2008-01-182-17/+17
* Move tests to casesJeremy Kemper2008-01-187-0/+1542