aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/habtm_join_table_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removes a now needless test - via GithubMohammad Typaldos2011-05-261-8/+0
* Removes the restriction on primary key when joining in a habtm && test that i...Mohammad El-Abid2011-05-261-5/+4
* Revert "Revert "Assert primary key does not exist in habtm when the associati...Jeremy Kemper2009-11-231-14/+2
* Revert "Assert primary key does not exist in habtm when the association is de...Jeremy Kemper2009-09-021-2/+14
* Assert primary key does not exist in habtm when the association is defined, i...José Valim2009-09-011-14/+2
* raises an exception on habtm join table inserts if join table contains a prim...Jaime Bellmyer2009-08-091-1/+12
* raises exception (ActiveRecord::ConfigurationError with message) on habtm ass...Jaime Bellmyer2009-08-091-0/+45