aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations/presence_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
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-9/+9
* 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
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-8/+8
* Fix test name typo prescence -> presenceeileencodes2016-02-271-1/+1
* Revert changes to validations from PR #18612eileencodes2016-02-231-16/+21
* Always validate record if validating a virtual attributeeileencodes2016-02-201-0/+15
* 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-0/+16
* Remove the side-effects of validates_presence_of.Zuhao Wan2014-07-221-2/+3
* Add CHANGELOG entry for #13557 [ci skip]Rafael Mendonça França2014-01-011-1/+0
* add test casegmarik2013-12-311-0/+17
* Fix bug with presence validation of associations.Scott Willson2012-10-161-0/+7
* AR has a subclass of AM:PresenceValidator.Brent Wheeldon & Nick Monje2012-07-201-0/+44