aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations/length_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5Ryuta Kamizono2018-12-211-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-4/+4
* Deprecate update_attributes and update_attributes!Eddie Lebow2018-02-171-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-13/+13
* 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 three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-13/+13
* 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