aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader/association.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify/fix implementation of default scopesJon Leighton2013-06-281-2/+1
* 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-131-27/+22
* 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-161-1/+0
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-0/+1
* reduce calls to owners_by_key and to read_attribute, respond_to? etcAaron Patterson2011-07-011-2/+3
* Rewrote AssociationPreload.Jon Leighton2011-02-281-0/+126