aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader/collection_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove useless preloader classesRyuta Kamizono2017-11-101-16/+0
* Extract `associate_records_to_owner` to refactor `Preloader::Association`Ryuta Kamizono2017-09-181-7/+4
* 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
* Ensure that inverse associations are set before running callbacksSean Griffin2016-08-311-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* Never pass `nil` to `order`Sean Griffin2015-10-291-6/+0
* pass the preloader down so we only have to construct oneAaron Patterson2013-09-231-2/+2
* Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-131-1/+1
* Rewrote AssociationPreload.Jon Leighton2011-02-281-0/+24