aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/presence.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-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
* :scissors:Ryuta Kamizono2017-04-131-1/+0
* change ActiveModel::Validation to ActiveModel::Validations in commentsSen Zhang2017-02-151-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...Xavier Noria2014-01-261-1/+1
* Revert the change at ActiveModel::Errors#add_on_blank and fix in theRafael Mendonça França2012-12-261-2/+2
* minor edits and remove mixed titles in AM::Validations docs [ci skip]Francesco Rodriguez2012-10-251-1/+0
* minor edits in AM documentation [ci skip]Francesco Rodriguez2012-10-211-2/+2
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* AM::Validations: remove documentation duplicatesBogdan Gusiev2012-07-101-14/+4
* update ActiveModel::Validations::HelperMethods documentation [ci skip]Francesco Rodriguez2012-07-051-10/+11
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-251-2/+2
* fixing removed empty lines and examplesFrancesco Rodriguez2012-05-161-0/+1
* better format and fixes to validators docsFrancesco Rodriguez2012-05-161-13/+16
* Cosmetic fixes in AM validatations docsAlexey Vakhov2011-11-271-3/+3
* Implemented strict validation conceptBogdan Gusiev2011-08-171-0/+2
* copy-edits 8d96b89Xavier Noria2011-02-211-1/+3
* Clarification of ActiveRecord ActiveModel validation documentationPeer Allan2011-02-181-2/+1
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-1/+1
* Add titles to the rest of the files in active_model/validations/*Rizwan Reza2010-06-151-0/+2
* Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt...José Valim2010-05-151-1/+1
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-05-151-1/+1
* validation macros can now be used within an instanceJosh Kalderimis2010-05-131-1/+1
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-2/+1
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-7/+8
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-1/+1
* Properly require ActiveModel validation dependenciesJoshua Peek2009-06-081-2/+4
* Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-211-2/+1
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-17/+15
* Improve documentation coverage and markupXavier Noria2008-05-021-11/+15
* Splitting them up firstDavid Heinemeier Hansson2008-04-011-0/+38