aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/locale/en.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Issue #2884 ActiveModel::SecurePassword code / rdoc conflict; an ↵Michael de Silva2012-03-111-0/+4
| | | | elucidated explanation has been provided and ActiveModel en-locale updated to present a less confusing attribute name for 'password_digest' in form errors due to "has_secure_password"
* added :other_than => :!= option to numericality validatorJakub Kuźma2011-12-211-0/+1
|
* Added headings to serializers.Rizwan Reza2010-06-141-1/+1
|
* Use %{} syntax in I18n (faster) instead of {{}}.José Valim2010-05-011-9/+9
|
* Fix validates_numericaly_of only integer error message [#4406 state:resolved]reu2010-04-251-0/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Errors messages are now moved from :activerecord.errors to simply :errors on ↵José Valim2010-01-071-25/+24
| | | | I18n yml files.
* Use activerecord.errors.format as in Rails 2.3.5.José Valim2010-01-021-0/+3
|
* Add I18n translations to ActiveModel and move more AR specific parts to ↵Pratik Naik2009-03-201-0/+24
ActiveRecord::Validations