aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/validations/i18n_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use activerecord.errors.format as in Rails 2.3.5.José Valim2010-01-021-0/+6
* Be sure to convert namespaced names to we have 'Parrots name' instead of 'Par...José Valim2010-01-021-1/+1
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-1/+0
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-0/+8
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-10/+3
* Fix warnings in AMoJoshua Peek2009-09-051-45/+1
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-20/+8
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-356/+275
* Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-201-30/+30
* TestDatabase -> TestsDatabasePratik Naik2009-03-201-1/+1
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-201-0/+672