aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-1/+1
* stop using class_attribute where methods/inheritance will suffice.Jon Leighton2012-07-131-2/+6
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-30/+0
* no longer need #delete_all_on_destroyJon Leighton2012-05-181-1/+1
* 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