aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations/association_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-1/+1
* validate related records in the same validation context as parent.Emmanuel Oga2012-01-171-0/+17
* 'with_kcode' removed. Arun Agrawal2011-12-211-8/+6
* Do not validate associated records marked for destructionOlek Janiszewski2011-12-051-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
* removing many unused variablesAaron Patterson2010-11-161-2/+2
* Ensure new validates works with uniqueness validator.José Valim2010-01-081-55/+43
* Simplify repair_validations on AR and make it work with new callbacks.José Valim2010-01-011-2/+3
* Add test to verify that the new :inverse_of association option will indeed fi...Wolfram Arnold2009-08-081-0/+23
* Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-201-3/+3
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-201-0/+101