aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/association_preload.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed non-standard SQL generated by preloading has_and_belongs_to_many associ...Antonio Cangiano2008-06-111-2/+2
* When preloading group by reflection rather than by class [#125 state:resolved]Frederick Cheung2008-05-111-6/+6
* Ensure hm:t preloading honours reflection options. [#137 state:resolved]Frederick Cheung2008-05-111-5/+6
* Ensure correct record is returned when preloading has_one where more than one...Frederick Cheung2008-05-061-1/+6
* Fixed AssociationsPreload such that it doesnt require foreign keys to be inte...David Heinemeier Hansson2008-04-301-11/+15
* Ensure table names are quoted by the association preloading code.Frederick Cheung2008-04-261-9/+7
* More efficient association preloading code that compacts a through_records ar...Rick Olson2008-03-261-8/+11
* has_one :through supports :source_type. Fix up some tests. References #4756.Jeremy Kemper2008-03-221-2/+7
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-5/+29
* Fix that batched :include would pull in duplicate records in some cases. Clos...Jeremy Kemper2008-02-281-1/+1
* Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]Jeremy Kemper2008-02-271-5/+6
* Don't assume all records from nested include are of same class. Closes #11154...Jeremy Kemper2008-02-191-1/+5
* Ensure nested preloading works when associations return nil. Closes #11145 [...Michael Koziarski2008-02-181-1/+1
* Fixed preloading belongs_to associations which reference a custom foreign key...Jeremy Kemper2008-01-311-1/+2
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-191-0/+231