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_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented strict validation concept
Bogdan Gusiev
2011-08-17
1
-0
/
+33
*
:if should not fire on validations when not in context with :on
Aditya Sanghi
2011-04-29
1
-0
/
+14
*
Find all validators for multiple attributes
Carl Lerche
2011-02-05
1
-0
/
+18
*
Tests and docs which explain the use of validate with a block and without arg...
Santiago Pastorino
2010-12-19
1
-1
/
+9
*
ActiveModel::Errors.to_hash returns plain OrderedHash and used in to_json ser...
Thilo Utke
2010-12-01
1
-2
/
+2
*
Remove deprecations in ActiveModel.
José Valim
2010-08-29
1
-36
/
+0
*
after_validation should be called irrespective of the result of validation.
Neeraj Singh
2010-08-20
1
-0
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
ActiveModel::Errors json serialization to work as Rails 3b4 [#5254 state:reso...
Alex Le
2010-08-02
1
-3
/
+5
*
Work around the fact the JSON gem was overwriting to_json implementation for ...
José Valim
2010-06-26
1
-6
/
+15
*
Regression with how base errors messages are added to a model. Works correctl...
Josh Kalderimis
2010-06-23
1
-3
/
+18
*
Make use of assert_equal to test equallity between object assert expects and ...
Santiago Pastorino
2010-05-16
1
-1
/
+1
*
validation macros can now be used within an instance
Josh Kalderimis
2010-05-13
1
-0
/
+13
*
removed AR from all AMo tests, including any unneeded files (schema, fixtures...
Josh Kalderimis
2010-05-09
1
-11
/
+9
*
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
-32
/
+34
*
Re-define empty? for errors to check if the values inside the OrderedHash are...
Ryan Bigg
2010-04-10
1
-0
/
+6
*
Add validators reflection so you can do 'Person.validators' and 'Person.valid...
Prem Sichanugrist
2010-02-21
1
-0
/
+27
*
Adding Proc support to validation messages so that they can become a little m...
Samuel Elliott
2010-01-17
1
-0
/
+8
*
Be sure to convert namespaced names to we have 'Parrots name' instead of 'Par...
José Valim
2010-01-02
1
-0
/
+6
*
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...
José Valim
2009-12-23
1
-2
/
+3
*
Ensure validation errors to be ordered in declared order
Akira Matsuda
2009-09-11
1
-0
/
+16
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-3
/
+3
*
Allow validations to use values from custom readers [#2936 state:resolved]
James Hill
2009-08-05
1
-0
/
+14
*
Deprecate Errors#on_base/add_to_base/invalid?/each_full
Pratik Naik
2009-03-21
1
-6
/
+18
*
Validation tests arent using any fixtures
Pratik Naik
2009-03-20
1
-2
/
+0
*
Deprecate Error#on(attribute) in favour of Errors#[attribute]
Pratik Naik
2009-03-20
1
-1
/
+25
*
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
/
+144