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
/
length_validation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead code from AMo.
José Valim
2011-12-20
1
-47
/
+37
*
Follow code conventions on some tests
Sebastian Martinez
2011-05-10
1
-15
/
+15
*
Refactor length validation
Santiago Pastorino
2011-03-12
1
-3
/
+3
*
length validation for fixnums
Andriy Tyurnikov
2011-03-12
1
-0
/
+11
*
Failing test for validates_length_of, when both too_short and too_long messag...
rohit
2010-08-03
1
-0
/
+14
*
removed AR from all AMo tests, including any unneeded files (schema, fixtures...
Josh Kalderimis
2010-05-09
1
-2
/
+0
*
removed an old unused model in the AMo tests which also removes another AR de...
Josh Kalderimis
2010-05-09
1
-1
/
+0
*
removed use of AR in AMo tests and removed testing of scopes (:on) in individ...
Josh Kalderimis
2010-05-08
1
-140
/
+53
*
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...
Lawrence Pit
2010-05-03
1
-12
/
+12
*
Compile length validator options still at the class level, so whenever the va...
José Valim
2010-01-08
1
-4
/
+2
*
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...
José Valim
2009-12-23
1
-41
/
+12
*
Fix exclusive range patch to use begin/end instead of min/max. [#2981 status:...
Adam Keys
2009-08-08
1
-0
/
+14
*
Simplyfy validates_length_of and remove puts
Pratik Naik
2009-08-08
1
-1
/
+0
*
validates_length_of with maximum should allow nil [#2309 status:resolved]
jzw
2009-08-08
1
-3
/
+7
*
Add ActiveModel::Validations tests for regular ruby classes
Pratik Naik
2009-03-20
1
-0
/
+17
*
Add I18n translations to ActiveModel and move more AR specific parts to Activ...
Pratik Naik
2009-03-20
1
-11
/
+0
*
Deprecate Error#on(attribute) in favour of Errors#[attribute]
Pratik Naik
2009-03-20
1
-26
/
+26
*
TestDatabase -> TestsDatabase
Pratik Naik
2009-03-20
1
-2
/
+2
*
Move relevant validation tests from Active Record to Active Model
Pratik Naik
2009-03-20
1
-0
/
+443