aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader/through_association.rb
Commit message (Expand)AuthorAgeFilesLines
...
* all records have a preloaded, so eliminate that conditionalAaron Patterson2013-09-241-11/+7
* eliminate the `loaded?` conditionalAaron Patterson2013-09-241-3/+1
* push preloaded test up to the factory method so we can eliminateAaron Patterson2013-09-241-3/+3
* we can't sort by lhs since the middle records have difference classesAaron Patterson2013-09-231-19/+19
* pass the preloader down so we only have to construct oneAaron Patterson2013-09-231-8/+6
* remove state from the preloaderAaron Patterson2013-09-231-10/+9
* only do the should_reset test onceAaron Patterson2013-09-231-6/+6
* fix variable names and speed up relation orderingAaron Patterson2013-09-231-7/+11
* hm:t preloading will respect order set on the RHS associationAaron Patterson2013-09-231-2/+25
* combine methods so we can reuse preloadersAaron Patterson2013-09-201-19/+18
* return a list rather than hashAaron Patterson2013-09-201-7/+13
* split up construction and mutationAaron Patterson2013-09-201-1/+4
* remove intermediate variableAaron Patterson2013-08-271-3/+1
* cache association reset calculationAaron Patterson2013-08-271-4/+4
* query the association rather than send the method for the association nameAaron Patterson2013-08-271-5/+6
* don't shadow `through_scope` method name with local var.Yves Senn2013-06-301-7/+7
* don't apply invalid ordering when preloading hmt associations.Yves Senn2013-02-241-2/+2
* don't cache invalid subsets when preloading hmt associations.Yves Senn2013-02-141-1/+2
* Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-131-16/+11
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-1/+0
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-0/+1
* Stop identity-mapping the through records in the preloader since I fixed the ...Jon Leighton2011-03-041-5/+0
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-0/+5
|\
* | Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-2/+3
|/
* Rewrote AssociationPreload.Jon Leighton2011-02-281-0/+66