aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader/has_and_belongs_to_many.rb
Commit message (Expand)AuthorAgeFilesLines
* 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