aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/cascaded_eager_loading_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix bug with 0bb85ed9ffa9808926b46e8f7e59cab5b85ac19f which missed out a fixt...Jon Leighton2010-11-171-1/+2
* Fixes queries using limits and punctuation in order, removes order("col1, col...Santiago Pastorino2010-11-051-1/+1
* Fix issues when including the same association multiple times and mixing join...Ernie Miller2010-10-301-0/+26
* Add some tests for functionality in JoinAssociation which already exists but ...Jon Leighton2010-10-131-4/+4
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-1/+0
* fixing typeo. thanks bamnet!Aaron Patterson2010-07-161-1/+1
* JoinDependency#graft does not properly set parent join [#5124 state:resolved]David Genord II2010-07-161-0/+7
* Order is not guaranteed here, ordering by id of people table makes it workSantiago Pastorino2010-06-251-2/+2
* Make sure about which is the first element of the query, fixes a postgresql 8...Santiago Pastorino2010-06-091-2/+2
* Fix multiple self-referencing eager loads failing to join multiple timesErnie Miller2010-06-081-1/+9
* Fix eager loading of associations causing table name collisionsErnie Miller2010-04-281-0/+9
* Added eager loading support to Relation and ActiveRecord#all.Emilio Tagua2009-10-051-1/+1
* Association preloading no longer stops if it hits a nil object [#1630 state:r...Pivotal Labs2008-12-261-0/+8
* Fixed STI type condition for eager loading of associationsTarmo Tänav2008-08-161-0/+12
* Added missing fixtures for tests which fail to run independently if run after...Tarmo Tänav2008-08-041-1/+1
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-4/+5
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-3/+3
* Move tests to casesJeremy Kemper2008-01-181-0/+110