aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/validations/i18n_generate_message_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"Rafael Mendonça França2019-08-021-1/+1
* No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-021-1/+1
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in activemodel/testXavier Noria2016-08-061-23/+23
* Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methodsWojciech Wnętrzak2015-02-191-1/+1
* Add singular and plural form for some validation messagesAbd ar-Rahman Hamidi2014-05-021-3/+15
* Use the new clear_validators! api to reset validators in testsCarlos Antonio da Silva2014-01-271-1/+1
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-25/+25
* convert comments to 1.9 hash syntaxAvnerCohen2012-10-221-12/+12
* confirmation validation error attributeBrian Cardarella2012-04-231-1/+1
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-41/+41
* removed AR from all AMo tests, including any unneeded files (schema, fixtures...Josh Kalderimis2010-05-091-1/+0
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-7/+7
* Errors messages are now moved from :activerecord.errors to simply :errors on ...José Valim2010-01-071-36/+0
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-1/+0
* Use ActiveModel::TestCase base classJeremy Kemper2009-09-241-1/+1
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-7/+1
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-37/+45
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-201-0/+174