aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/format.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* 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
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-21/+21
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-1/+1
* systematic revision of =~ usage in AMoXavier Noria2016-07-241-2/+3
* Merge pull request #17144 from skojin/patch-doc-validation-format-z-regexpRafael Mendonça França2015-02-201-1/+1
|\
| * fix mistype in doc about \z regexpSergey Kojin2014-10-021-1/+1
* | add missing space.[ci skip]Kuldeep Aggarwal2014-11-011-1/+1
|/
* revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...Xavier Noria2014-01-261-5/+1
* Invert conditional to avoid double checking for RegexpCarlos Antonio da Silva2013-11-151-11/+12
* Only check that the option exists once instead of doing on each conditionalCarlos Antonio da Silva2013-11-151-8/+9
* Remove argument that is accessible as attributeCarlos Antonio da Silva2013-11-151-3/+3
* Cache regexp source on format validation to avoid allocating new objectsCarlos Antonio da Silva2013-11-151-2/+2
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-1/+1
* minor edits and remove mixed titles in AM::Validations docs [ci skip]Francesco Rodriguez2012-10-251-2/+1
* AM::Validations: remove documentation duplicatesBogdan Gusiev2012-07-101-14/+4
* fix syntax of AM::Validations::HelperMethods examples [ci skip]Francesco Rodriguez2012-07-051-1/+1
* update ActiveModel::Validations::HelperMethods documentation [ci skip]Francesco Rodriguez2012-07-051-18/+21
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-251-4/+4
* prevent users from unknowingly using bad regexps that can compromise security...MrBrdo2012-06-141-3/+20
* fixing removed empty lines and examplesFrancesco Rodriguez2012-05-161-0/+1
* better format and fixes to validators docsFrancesco Rodriguez2012-05-161-21/+32
* Implemented strict validation conceptBogdan Gusiev2011-08-171-0/+2
* Remove extra white spaces on ActiveModel docs.Sebastian Martinez2011-05-231-2/+2
* Remove code duplication.José Valim2011-04-111-17/+22
* No need to rescue here. Invoking the wrong method in an object can happen any...José Valim2011-04-111-2/+0
* Add support for proc or lambda as an option for InclusionValidator, Exclusion...Prem Sichanugrist2011-04-101-10/+31
* copy-edits 8d96b89Xavier Noria2011-02-211-1/+3
* Clarification of ActiveRecord ActiveModel validation documentationPeer Allan2011-02-181-1/+1
* Refactor previous commit a bit [#4057 state:resolved]José Valim2010-06-211-2/+2
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-3/+3
* 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-2/+2
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-05-151-2/+2
* 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-15/+15
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-13/+15
* Move :with/:without check outside the method generated by validates_format_ofPratik Naik2009-08-101-6/+6
* Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan]Elliot Winkler2009-08-101-8/+29
* Properly require ActiveModel validation dependenciesJoshua Peek2009-06-081-2/+2
* Validation options dont need explicit :on => :savePratik Naik2009-03-211-1/+1
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-7/+9
* Improve documentation coverage and markupXavier Noria2008-05-021-10/+10
* Splitting them up firstDavid Heinemeier Hansson2008-04-011-0/+39