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
/
i18n_validation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
gradually moving documentation to new hash syntax
AvnerCohen
2012-10-10
1
-1
/
+1
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-06-21
1
-22
/
+28
*
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
*
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
1
-73
/
+24
*
Simplify repair_validations on AR and make it work with new callbacks.
José Valim
2010-01-01
1
-2
/
+2
*
Move validator, human_name and human_attribute_name to ActiveModel, remove de...
José Valim
2009-10-20
1
-732
/
+0
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-20
/
+4
*
allow ActiveRecord#RecordInvalid exception message to be localized
Sven Fuchs
2009-08-26
1
-0
/
+188
*
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
1
-0
/
+613
*
Deprecate Error#on(attribute) in favour of Errors#[attribute]
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
/
+89