aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/numericality.rb
Commit message (Expand)AuthorAgeFilesLines
* Conditionally convert the raw_value received by the numeric validator.Roque Pinel2015-07-111-12/+11
* Ensure numericality validations work with mutationSean Griffin2014-12-011-0/+11
* Disallow appended newlines when parsing as integerMichael Genereux2014-10-021-1/+1
* `only_integer` of `NumericalityValidator` now allows procs and symbolsRobin Mehner2014-06-221-1/+13
* revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...Xavier Noria2014-01-261-1/+1
* Make code simpler to read by using a case statementCarlos Antonio da Silva2013-11-151-2/+6
* Avoid a new hash allocationCarlos Antonio da Silva2013-11-151-1/+1
* Use a simple conditional rather than short circuit with nextCarlos Antonio da Silva2013-11-151-2/+3
* Simplify number parsing logic in numericality validationCarlos Antonio da Silva2013-11-151-10/+3
* Avoid creation of extra hash with merge just to set a valueCarlos Antonio da Silva2013-11-151-1/+3
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-5/+5
* Reduce number of Strings a bitAkira Matsuda2013-01-071-2/+2
* minor edits and remove mixed titles in AM::Validations docs [ci skip]Francesco Rodriguez2012-10-251-2/+1
* minor edits in AM documentation [ci skip]Francesco Rodriguez2012-10-211-2/+2
* AM::Validations: remove documentation duplicatesBogdan Gusiev2012-07-101-14/+4
* update ActiveModel::Validations::HelperMethods documentation [ci skip]Francesco Rodriguez2012-07-051-24/+26
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-251-1/+1
* fixing removed empty lines and examplesFrancesco Rodriguez2012-05-161-0/+1
* better format and fixes to validators docsFrancesco Rodriguez2012-05-161-19/+32
* added :other_than => :!= option to numericality validatorJakub Kuźma2011-12-211-2/+3
* Implemented strict validation conceptBogdan Gusiev2011-08-171-0/+2
* Remove extra white spaces on ActiveModel docs.Sebastian Martinez2011-05-231-2/+2
* Remove unneeded merge with default false optionsAkira Matsuda2011-05-161-4/+0
* copy-edits 8d96b89Xavier Noria2011-02-211-1/+3
* Clarification of ActiveRecord ActiveModel validation documentationPeer Allan2011-02-181-1/+1
* Don't compute this string againSantiago Pastorino2010-12-021-1/+1
* Refactor previous commit a bit [#4057 state:resolved]José Valim2010-06-211-3/+3
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-4/+9
* Add titles to the rest of the files in active_model/validations/*Rizwan Reza2010-06-151-0/+2
* Fixed numericality validator in ActiveModel to reject hex numbers for floats ...rohit2010-05-181-1/+1
* Valid hex strings aren't valid float column values, to match the integer rest...Jeremy Kemper2010-05-171-3/+8
* Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt...José Valim2010-05-151-4/+4
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-05-151-4/+4
* validation macros can now be used within an instanceJosh Kalderimis2010-05-131-1/+1
* Fix validates_numericaly_of only integer error message [#4406 state:resolved]reu2010-04-251-11/+18
* Fix typos and add tests to ensure they will be caught the next time.José Valim2010-01-111-2/+2
* Allow validates to map some types to specific options. So now you can do:José Valim2010-01-081-3/+4
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-2/+1
* 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