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
/
cases
/
validations
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
removing dead code from activerecord tests. [#4187 state:resolved]
Aaron Patterson
2010-03-15
1
-19
/
+0
*
Drop AR I18n deprecation and simple use errors.messages as fallback.
José Valim
2010-01-30
1
-7
/
+7
*
Ensure new validates works with uniqueness validator.
José Valim
2010-01-08
2
-85
/
+78
*
Be sure to dup load paths before clearing the array.
José Valim
2010-01-07
1
-1
/
+1
*
Errors messages are now moved from :activerecord.errors to simply :errors on ...
José Valim
2010-01-07
2
-82
/
+25
*
Simplify repair_validations on AR and make it work with new callbacks.
José Valim
2010-01-01
3
-15
/
+5
*
Don't publicize with_scope for tests since it may shadow public misuse
Jeremy Kemper
2009-12-28
1
-1
/
+1
*
Move validator, human_name and human_attribute_name to ActiveModel, remove de...
José Valim
2009-10-20
2
-852
/
+9
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
2
-30
/
+6
*
allow ActiveRecord#RecordInvalid exception message to be localized
Sven Fuchs
2009-08-26
1
-0
/
+188
*
Fixed typo in test name and CHANGELOG [#3017 state:resolved]
Arthur Zapparoli
2009-08-10
1
-1
/
+1
*
validate uniqueness with limit in utf8
Elise Huard
2009-08-09
1
-0
/
+10
*
Fix standalone test missing developer fixture
Jeremy Kemper
2009-08-09
1
-1
/
+2
*
Added a uniqueness validation test that uses diacritics.
Hugo Peixoto
2009-08-09
1
-2
/
+2
*
Add test to verify that the new :inverse_of association option will indeed fi...
Wolfram Arnold
2009-08-08
1
-0
/
+23
*
Merge branch 'master' into active_model
Joshua Peek
2009-05-29
1
-3
/
+12
*
Add I18n translations to ActiveModel and move more AR specific parts to Activ...
Pratik Naik
2009-03-20
2
-0
/
+742
*
Deprecate Error#on(attribute) in favour of Errors#[attribute]
Pratik Naik
2009-03-20
2
-5
/
+5
*
Move relevant validation tests from Active Record to Active Model
Pratik Naik
2009-03-20
4
-0
/
+505
[prev]