aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations/length_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert changes to validations from PR #18612eileencodes2016-02-231-14/+0
* Match test name to test (typo)Ian Fleeton2016-02-211-1/+1
* Always validate record if validating a virtual attributeeileencodes2016-02-201-0/+16
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
* replace `repair_validations` with a disposable subclass.Yves Senn2015-03-061-32/+33
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Fix validations on child record when record parent has validate: falseeileencodes2015-02-011-3/+16
* AR specific length validator to respect `marked_for_destruction`.Yves Senn2014-12-301-0/+18
* move AR length validation tests into separate test-case.Yves Senn2014-04-241-0/+47