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
/
validates.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide a way to specify alternate option keys for validates
Carl Lerche
2011-02-05
1
-1
/
+7
*
Do not require that validation attributes be specified as symbols
Carl Lerche
2011-02-05
1
-2
/
+1
*
Add support for namespaced validators
Samuel Kadolph
2010-12-16
1
-1
/
+7
*
Better shortcut options for custom validators [#5672 state:resolved]
Obie Fernandez
2010-09-24
1
-5
/
+10
*
you rarely want ^ or $ in validations, use \A when you mean \A
Xavier Noria
2010-08-18
1
-2
/
+2
*
Missing object for comparison in ActiveModel::EachValidator example code.
Trey Bean
2010-08-17
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-5
/
+5
*
fixes a typo reported by rymai
Xavier Noria
2010-08-10
1
-1
/
+1
*
Add titles to the rest of the files in active_model/validations/*
Rizwan Reza
2010-06-15
1
-0
/
+2
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
Validates needs hash slice.
José Valim
2010-01-17
1
-0
/
+2
*
Fix typos and add tests to ensure they will be caught the next time.
José Valim
2010-01-11
1
-1
/
+1
*
Fix typo by renaming :genre to :gender.
José Valim
2010-01-09
1
-1
/
+1
*
Allow validates to map some types to specific options. So now you can do:
José Valim
2010-01-08
1
-12
/
+32
*
Allow :if, :unless, :on, :allow_nil and :allow_blank as shared options in val...
José Valim
2010-01-07
1
-6
/
+18
*
Add validates method as shortcut to setup validators for a given set of attri...
jamie
2010-01-07
1
-0
/
+74