aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader/has_many_through.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* always populate the preloaded records instance variable so we can removeAaron Patterson2013-09-251-3/+1
* pass the preloader down so we only have to construct oneAaron Patterson2013-09-231-1/+1
* hm:t preloading will respect order set on the RHS associationAaron Patterson2013-09-231-1/+3
* Avoid iterating over records hash when not necessaryCarlos Antonio da Silva2013-04-071-2/+6
* each to each_value; remove unused varsVipul A M2013-04-071-1/+1
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-1/+1
* Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-131-1/+1
* Rewrote AssociationPreload.Jon Leighton2011-02-281-0/+15