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
/
i18n_validation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Properly interpolate i18n keys in modules [#5572 state:resolved]"
Santiago Pastorino
2011-02-27
1
-19
/
+0
*
Properly interpolate i18n keys in modules [#5572 state:resolved]
Rodrigo Rosenfeld Rosas
2010-09-24
1
-0
/
+19
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-06-21
1
-338
/
+169
*
removed AR from all AMo tests, including any unneeded files (schema, fixtures...
Josh Kalderimis
2010-05-09
1
-3
/
+1
*
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...
Lawrence Pit
2010-05-03
1
-1
/
+1
*
Fix validates_numericaly_of only integer error message [#4406 state:resolved]
reu
2010-04-25
1
-9
/
+9
*
errors.rb needs to be declared as UTF-8 [#3941 state:resolved]
Aaron Patterson
2010-04-02
1
-0
/
+10
*
Drop AR I18n deprecation and simple use errors.messages as fallback.
José Valim
2010-01-30
1
-14
/
+14
*
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
-44
/
+44
*
Remove deprecated ActiveModel tests (%d and %s is no longer supported in erro...
José Valim
2010-01-02
1
-14
/
+0
*
Use activerecord.errors.format as in Rails 2.3.5.
José Valim
2010-01-02
1
-0
/
+6
*
Be sure to convert namespaced names to we have 'Parrots name' instead of 'Par...
José Valim
2010-01-02
1
-1
/
+1
*
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...
José Valim
2009-12-23
1
-1
/
+0
*
Move validator, human_name and human_attribute_name to ActiveModel, remove de...
José Valim
2009-10-20
1
-0
/
+8
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-10
/
+3
*
Fix warnings in AMo
Joshua Peek
2009-09-05
1
-45
/
+1
*
Merge branch 'master' into active_model
Joshua Peek
2009-05-29
1
-20
/
+8
*
Add I18n translations to ActiveModel and move more AR specific parts to Activ...
Pratik Naik
2009-03-20
1
-356
/
+275
*
Deprecate Error#on(attribute) in favour of Errors#[attribute]
Pratik Naik
2009-03-20
1
-30
/
+30
*
TestDatabase -> TestsDatabase
Pratik Naik
2009-03-20
1
-1
/
+1
*
Move relevant validation tests from Active Record to Active Model
Pratik Naik
2009-03-20
1
-0
/
+672