aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/habtm_destroy_order_test.rb
Commit message (Expand)AuthorAgeFilesLines
* modernizes hash syntax in activerecordXavier Noria2016-08-061-8/+8
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-2/+2
* Destroy association habtm record before destroying the record itself. Fixes i...Tomas D'Stefano2011-07-081-0/+10
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Failing test case to show that habtm join table contents are removed when a m...Murray Steele2011-03-231-0/+34
* Fixing ordering of HABTM association deletion [#6191 state:resolved]Edward Faulkner2011-02-041-0/+17