aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/locale
Commit message (Collapse)AuthorAgeFilesLines
* 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