aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #3672 again (dependent: delete_all perf)Jon Leighton2011-12-141-1/+1
* Destroy association habtm record before destroying the record itself. Fixes i...Tomas D'Stefano2011-07-081-12/+10
* Removes the restriction on primary key when joining in a habtm && test that i...Mohammad El-Abid2011-05-261-4/+0
* Make clearing of HABTM join table contents happen in an after_destory callback.Murray Steele2011-03-231-12/+12
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-0/+63