index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activemodel
/
lib
/
active_model
/
validations
/
numericality.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure numericality validations work with mutation
Sean Griffin
2014-12-01
1
-0
/
+11
*
Disallow appended newlines when parsing as integer
Michael Genereux
2014-10-02
1
-1
/
+1
*
`only_integer` of `NumericalityValidator` now allows procs and symbols
Robin Mehner
2014-06-22
1
-1
/
+13
*
revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...
Xavier Noria
2014-01-26
1
-1
/
+1
*
Make code simpler to read by using a case statement
Carlos Antonio da Silva
2013-11-15
1
-2
/
+6
*
Avoid a new hash allocation
Carlos Antonio da Silva
2013-11-15
1
-1
/
+1
*
Use a simple conditional rather than short circuit with next
Carlos Antonio da Silva
2013-11-15
1
-2
/
+3
*
Simplify number parsing logic in numericality validation
Carlos Antonio da Silva
2013-11-15
1
-10
/
+3
*
Avoid creation of extra hash with merge just to set a value
Carlos Antonio da Silva
2013-11-15
1
-1
/
+3
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-5
/
+5
*
Reduce number of Strings a bit
Akira Matsuda
2013-01-07
1
-2
/
+2
*
minor edits and remove mixed titles in AM::Validations docs [ci skip]
Francesco Rodriguez
2012-10-25
1
-2
/
+1
*
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-2
/
+2
*
AM::Validations: remove documentation duplicates
Bogdan Gusiev
2012-07-10
1
-14
/
+4
*
update ActiveModel::Validations::HelperMethods documentation [ci skip]
Francesco Rodriguez
2012-07-05
1
-24
/
+26
*
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-25
1
-1
/
+1
*
fixing removed empty lines and examples
Francesco Rodriguez
2012-05-16
1
-0
/
+1
*
better format and fixes to validators docs
Francesco Rodriguez
2012-05-16
1
-19
/
+32
*
added :other_than => :!= option to numericality validator
Jakub Kuźma
2011-12-21
1
-2
/
+3
*
Implemented strict validation concept
Bogdan Gusiev
2011-08-17
1
-0
/
+2
*
Remove extra white spaces on ActiveModel docs.
Sebastian Martinez
2011-05-23
1
-2
/
+2
*
Remove unneeded merge with default false options
Akira Matsuda
2011-05-16
1
-4
/
+0
*
copy-edits 8d96b89
Xavier Noria
2011-02-21
1
-1
/
+3
*
Clarification of ActiveRecord ActiveModel validation documentation
Peer Allan
2011-02-18
1
-1
/
+1
*
Don't compute this string again
Santiago Pastorino
2010-12-02
1
-1
/
+1
*
Refactor previous commit a bit [#4057 state:resolved]
José Valim
2010-06-21
1
-3
/
+3
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-06-21
1
-4
/
+9
*
Add titles to the rest of the files in active_model/validations/*
Rizwan Reza
2010-06-15
1
-0
/
+2
*
Fixed numericality validator in ActiveModel to reject hex numbers for floats ...
rohit
2010-05-18
1
-1
/
+1
*
Valid hex strings aren't valid float column values, to match the integer rest...
Jeremy Kemper
2010-05-17
1
-3
/
+8
*
Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt...
José Valim
2010-05-15
1
-4
/
+4
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-05-15
1
-4
/
+4
*
validation macros can now be used within an instance
Josh Kalderimis
2010-05-13
1
-1
/
+1
*
Fix validates_numericaly_of only integer error message [#4406 state:resolved]
reu
2010-04-25
1
-11
/
+18
*
Fix typos and add tests to ensure they will be caught the next time.
José Valim
2010-01-11
1
-2
/
+2
*
Allow validates to map some types to specific options. So now you can do:
José Valim
2010-01-08
1
-3
/
+4
*
Add validates method as shortcut to setup validators for a given set of attri...
jamie
2010-01-07
1
-2
/
+1
*
ActiveRecord::Validations are now built on top of Validator as well.
José Valim
2009-12-23
1
-2
/
+5
*
Added check_validity! to EachValidator and refactor existing ones.
José Valim
2009-12-23
1
-39
/
+39
*
Move validations in ActiveModel to validators, however all validatity checks ...
José Valim
2009-12-23
1
-51
/
+54
*
added proc and symbol support to validates_numericality_of [#3049 state:resol...
Kane
2009-08-31
1
-1
/
+20
*
Properly require ActiveModel validation dependencies
Joshua Peek
2009-06-08
1
-2
/
+2
*
Move validate_on_create and validate_on_update from ActiveModel to ActiveRecord
Pratik Naik
2009-03-21
1
-1
/
+1
*
Add I18n translations to ActiveModel and move more AR specific parts to Activ...
Pratik Naik
2009-03-20
1
-10
/
+15
*
Move all the Active Record validations to Active Model
Pratik Naik
2009-03-19
1
-11
/
+12
*
Merge docrails:
Pratik Naik
2008-05-09
1
-11
/
+11
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-16
/
+16
*
Splitting them up first
David Heinemeier Hansson
2008-04-01
1
-0
/
+80