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
/
test
/
cases
/
validations
/
validates_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant require of file
Adam89
2014-11-01
1
-1
/
+0
*
Use the new clear_validators! api to reset validators in tests
Carlos Antonio da Silva
2014-01-27
1
-3
/
+3
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-18
/
+18
*
convert comments to 1.9 hash syntax
AvnerCohen
2012-10-22
1
-1
/
+1
*
confirmation validation error attribute
Brian Cardarella
2012-04-23
1
-1
/
+1
*
Fixed test "ArgumentError: wrong number of arguments(1 for 0)"
Arun Agrawal
2011-12-17
1
-1
/
+1
*
Fixed bug when error message is an empty string.
Antonio Roberto
2011-12-16
1
-0
/
+6
*
Provide a way to specify alternate option keys for validates
Carl Lerche
2011-02-05
1
-0
/
+11
*
Do not require that validation attributes be specified as symbols
Carl Lerche
2011-02-05
1
-0
/
+11
*
Add support for namespaced validators
Samuel Kadolph
2010-12-16
1
-0
/
+8
*
Better shortcut options for custom validators [#5672 state:resolved]
Obie Fernandez
2010-09-24
1
-0
/
+9
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-4
/
+4
*
Make use of assert_equal to test equallity between object assert expects and ...
Santiago Pastorino
2010-05-16
1
-2
/
+2
*
Fix typo by renaming :genre to :gender.
José Valim
2010-01-09
1
-6
/
+6
*
Allow validates to map some types to specific options. So now you can do:
José Valim
2010-01-08
1
-11
/
+37
*
Allow :if, :unless, :on, :allow_nil and :allow_blank as shared options in val...
José Valim
2010-01-07
1
-3
/
+38
*
Add validates method as shortcut to setup validators for a given set of attri...
jamie
2010-01-07
1
-0
/
+53