aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations/i18n_generate_message_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-1/+0
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-6/+6
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-2/+2
* Errors messages are now moved from :activerecord.errors to simply :errors on ...José Valim2010-01-071-9/+1
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-120/+9
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-10/+2
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-0/+129
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-201-0/+37