aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader/has_and_belongs_to_many.rb
Commit message (Expand)AuthorAgeFilesLines
* push `run` up to preloadAaron Patterson2013-09-201-1/+4
* exposing target records on the preloaderAaron Patterson2013-09-201-2/+2
* correctly typecast keys, remove conditionals, reduce object allocationsAaron Patterson2013-08-281-0/+5
* only call to_a when we have toAaron Patterson2013-08-281-1/+1
* 1. Change from each to each_value since we did not use keyVipul A M2013-03-191-1/+1
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-1/+1
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-1/+1
* When preloading has_and_belongs_to_many associations, we should only instanti...Jon Leighton2011-03-041-2/+4
* Rewrote AssociationPreload.Jon Leighton2011-02-281-0/+58