aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/active_record_helper_i18n_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Bring agnosticism to error_messages_for.José Valim2009-10-171-51/+0
* Add support for error_messages_for(@obj)Yehuda Katz2009-07-281-2/+5
* Rename ActiveRecordHelper to ActiveModelHelperYehuda Katz2009-07-201-1/+1
* Update some tests and add a to_model to form helpersYehuda Katz2009-07-201-0/+1
* Object names with underscore do the wrong lookup in I18n on error_messages_for.José Valim2009-04-051-3/+6
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-33/+31
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-181-12/+12
* Cleaned up ActiveRecord i18n scopingIain Hecker2008-08-141-14/+14
* Removed unnecessary or condition in #error_messages_forLuca Guidi2008-07-081-3/+3
* Make sure object name is translated in #error_messages_forLuca Guidi2008-07-081-0/+10
* Make sure mocha is availableLuca Guidi2008-06-271-23/+25
* update tests according to removal of self.locale from helpersSven Fuchs2008-06-231-13/+0
* check self.locale instead of request.locale in helpersSven Fuchs2008-06-221-3/+3
* integrating I18n into RailsSven Fuchs2008-06-191-0/+47