aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader/has_many.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove useless preloader classesRyuta Kamizono2017-11-101-10/+0
* The name of the key on the associated record is abstracted as `reflection.joi...Ryuta Kamizono2017-09-181-3/+0
* The name of the key on the owner is abstracted as `reflection.join_foreign_key`Ryuta Kamizono2017-09-181-4/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* Rewrote AssociationPreload.Jon Leighton2011-02-281-0/+17