aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/numericality.rb
Commit message (Expand)AuthorAgeFilesLines
* ActiveRecord::Validations are now built on top of Validator as well.José Valim2009-12-231-2/+5
* Added check_validity! to EachValidator and refactor existing ones.José Valim2009-12-231-39/+39
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-51/+54
* added proc and symbol support to validates_numericality_of [#3049 state:resol...Kane2009-08-311-1/+20
* Properly require ActiveModel validation dependenciesJoshua Peek2009-06-081-2/+2
* Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-211-1/+1
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-10/+15
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-11/+12
* Merge docrails:Pratik Naik2008-05-091-11/+11
* Improve documentation coverage and markupXavier Noria2008-05-021-16/+16
* Splitting them up firstDavid Heinemeier Hansson2008-04-011-0/+80