aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/format.rb
Commit message (Expand)AuthorAgeFilesLines
* 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