aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations/presence.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* change ActiveModel::Validation to ActiveModel::Validations in commentsSen Zhang2017-02-151-1/+1
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Revert changes to validations from PR #18612eileencodes2016-02-231-1/+0
* Always validate record if validating a virtual attributeeileencodes2016-02-201-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-3/+4
* refactor, don't duplicate presence validator logic.Yves Senn2015-06-221-10/+4
* Missing note on validates_presence_of validation [ci skip]Mehmet Emin İNAÇ2015-04-111-0/+4
* Fix validations on child record when record parent has validate: falseeileencodes2015-02-011-0/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Add a note on custom validation contexts.Justin Weiss2014-08-051-3/+5
* Merge pull request #15210 from arthurnn/fix_hbtm_reflectionArthur Neves2014-05-241-1/+1
* Use `Array#wrap` instead `Array()`gmarik2013-12-311-1/+1
* Fix bug with presence validation of associations.Scott Willson2012-10-161-2/+4
* update AR::Validations documentation [ci skip]Francesco Rodriguez2012-09-221-9/+8
* AR has a subclass of AM:PresenceValidator.Brent Wheeldon & Nick Monje2012-07-201-0/+64