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
...
*
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
[prev]