aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations/i18n_generate_message_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-5/+5
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+4
* modernizes hash syntax in activerecordXavier Noria2016-08-061-9/+9
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-10/+10
* use the new clear_validators! api everywhere to reset validators in testsKuldeep Aggarwal2014-01-281-1/+1
* Fix bad test order dependency between test/cases/validations/i18n_generate_me...Ryan Davis2013-11-161-8/+16
* Add tests to make sure that the I18n taken message can be overrided in theRafael Mendonça França2012-10-221-0/+14
* Changed scope for "taken" error message translation to decrease precedenceAndrew DiMichele2012-10-191-0/+5
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* Tweak activerecord/test/cases/validations/i18n_generate_message_validation_te...Christopher Dell2012-03-051-1/+2
* Test that RecordInvalid exception's translation falls back to the :errors nam...Christopher Dell2012-03-051-0/+18
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* 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