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
/
with.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor previous commit a bit [#4057 state:resolved]
José Valim
2010-06-21
1
-3
/
+0
*
Add titles to the rest of the files in active_model/validations/*
Rizwan Reza
2010-06-15
1
-0
/
+2
*
minor changes to instance level validations implementation based on feedback ...
Josh Kalderimis
2010-05-13
1
-25
/
+12
*
validation macros can now be used within an instance
Josh Kalderimis
2010-05-13
1
-0
/
+66
*
Add validators reflection so you can do 'Person.validators' and 'Person.valid...
Prem Sichanugrist
2010-02-21
1
-0
/
+9
*
Add validates method as shortcut to setup validators for a given set of attri...
jamie
2010-01-07
1
-18
/
+29
*
validates_each uses a BlockValidator.
José Valim
2009-12-23
1
-2
/
+2
*
Move validations in ActiveModel to validators, however all validatity checks ...
José Valim
2009-12-23
1
-4
/
+1
*
Validator is simply sent to validate method. However, the API needs to change...
José Valim
2009-12-22
1
-5
/
+3
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-1
/
+1
*
Introduce validates_with to encapsulate attribute validations in a class.
Jeff Dean
2009-08-09
1
-0
/
+64