aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/locale/en.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove weak_passwords list and the length/strong password validator, leave ↵Santiago Pastorino2010-12-191-4/+0
| | | | that up to the programmer
* 'unsecure' => 'insecure'José Valim2010-12-191-1/+1
|
* Make password messages translatable.José Valim2010-12-191-0/+4
|
* 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