aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations_cascaded_eager_loading_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Included associations: go deep.Jeremy Kemper2006-08-161-4/+31
* Fix for deep includes on the same association.Jeremy Kemper2006-08-141-0/+5
* Allow :uniq => true with has_many :through associations.Jeremy Kemper2006-05-061-1/+1
* Change has_many :through to use the :source option to specify the source asso...Rick Olson2006-03-241-2/+2
* Rework table aliasing to account for truncated table aliases. Add smarter ta...Rick Olson2006-03-181-0/+18
* Fixed eager loading problems with single-table inheritance [Rick Olson] Added...David Heinemeier Hansson2006-03-051-8/+18
* Added cascading eager loading that allows for queries like Author.find(:all, ...David Heinemeier Hansson2006-03-041-0/+78