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
/
activerecord
/
test
/
validations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ...
David Heinemeier Hansson
2004-12-21
1
-4
/
+18
*
Set a high default salary within the validation range
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Added Developer#salary for the type tests
David Heinemeier Hansson
2004-12-19
1
-1
/
+0
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
1
-1
/
+8
*
Added Base.validates_inclusion_of
David Heinemeier Hansson
2004-12-16
1
-14
/
+119
*
Added Base.validates_inclusion_of that validates whether the value of the spe...
David Heinemeier Hansson
2004-12-16
1
-0
/
+23
*
Added Base.validates_format_of that Validates whether the value of the specif...
David Heinemeier Hansson
2004-12-16
1
-2
/
+19
*
Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ...
David Heinemeier Hansson
2004-12-15
1
-0
/
+14
*
Changed validate_* to validates_*_of, so validate_acceptance becomes validate...
David Heinemeier Hansson
2004-12-15
1
-5
/
+8
*
fixtures :models will now also attempt to include the model.rb file
David Heinemeier Hansson
2004-12-14
1
-4
/
+0
*
Options for the new validation methods are now given as a hash
David Heinemeier Hansson
2004-12-10
1
-1
/
+1
*
Added Base.validate_uniqueness thatv alidates whether the value of the specif...
David Heinemeier Hansson
2004-12-10
1
-0
/
+18
*
Added Base.validate_presence as an alternative to implementing validate and d...
David Heinemeier Hansson
2004-12-10
1
-7
/
+20
*
Fixed Base.errors to be indifferent as to whether strings or symbols are used.
David Heinemeier Hansson
2004-12-09
1
-0
/
+15
*
Added Base.validate_confirmation that encapsulates the pattern of wanting to ...
David Heinemeier Hansson
2004-12-09
1
-9
/
+12
*
Added Base.validate_confirmation that encapsulates the pattern of wanting to ...
David Heinemeier Hansson
2004-12-09
1
-4
/
+22
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+126
[prev]