aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations/length_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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