aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/validations/i18n_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't pass `:within` option to the i18nRafael Mendonça França2012-07-201-0/+22
* prevent users from unknowingly using bad regexps that can compromise security...MrBrdo2012-06-141-2/+2
* Support i18n attributes for confirmationBrian Cardarella2012-04-241-1/+1
* confirmation validation error attributeBrian Cardarella2012-04-231-6/+11
* Revert "Properly interpolate i18n keys in modules [#5572 state:resolved]"Santiago Pastorino2011-02-271-19/+0
* Properly interpolate i18n keys in modules [#5572 state:resolved]Rodrigo Rosenfeld Rosas2010-09-241-0/+19
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-338/+169
* removed AR from all AMo tests, including any unneeded files (schema, fixtures...Josh Kalderimis2010-05-091-3/+1
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-1/+1
* Fix validates_numericaly_of only integer error message [#4406 state:resolved]reu2010-04-251-9/+9
* errors.rb needs to be declared as UTF-8 [#3941 state:resolved]Aaron Patterson2010-04-021-0/+10
* Drop AR I18n deprecation and simple use errors.messages as fallback.José Valim2010-01-301-14/+14
* Be sure to dup load paths before clearing the array.José Valim2010-01-071-1/+1
* Errors messages are now moved from :activerecord.errors to simply :errors on ...José Valim2010-01-071-44/+44
* Remove deprecated ActiveModel tests (%d and %s is no longer supported in erro...José Valim2010-01-021-14/+0
* 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