aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations/association_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-12/+12
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-6/+6
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-8/+8
* Improve support for non Active Record objects on `validates_associated`Kassio Borges2015-11-081-0/+12
* Fix validations on child record when record parent has validate: falseeileencodes2015-02-011-2/+1
* move AR length validation tests into separate test-case.Yves Senn2014-04-241-42/+1
* Properly repair validations when dynamically addedAkira Matsuda2013-07-291-24/+30
* Revert "Merge pull request #4490 from EmmanuelOga/master"José Valim2013-06-041-17/+0
* 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