aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Change from each to each_value since we did not use keyVipul A M2013-03-191-1/+1
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-1/+1
* 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
* Eager loading made to use relation's in_clause_length instead of host's one (...Boris Staal2012-12-201-1/+1
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-1/+1
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-1/+1
* s/scoped/scope/Jon Leighton2012-08-011-4/+4
* Convert association macros to the new syntaxJon Leighton2012-07-201-1/+1
* Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-135-46/+36
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-1/+1
* Fix #5667. Preloading should ignore scoping.Jon Leighton2012-03-301-2/+3
* Avoid sanitize_sql when we can use Relation#where insteadJon Leighton2012-01-161-8/+6
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-162-2/+0
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-292-0/+2
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-1/+1
* reduce calls to owners_by_key and to read_attribute, respond_to? etcAaron Patterson2011-07-011-2/+3
* Stop identity-mapping the through records in the preloader since I fixed the ...Jon Leighton2011-03-041-5/+0
* When preloading has_and_belongs_to_many associations, we should only instanti...Jon Leighton2011-03-041-2/+4
* 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-2810-0/+376