aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations/i18n_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
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-9/+9
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-12/+12
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-10/+10
* Add i18n_validation_testsukesan19842016-06-021-4/+2
* remove outdated comment [ci skip]yuuji.yaginuma2016-03-051-6/+0
* Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-4/+6
* Clear validators before and after each testAkira Matsuda2014-08-141-0/+1
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* gradually moving documentation to new hash syntaxAvnerCohen2012-10-101-1/+1
* 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
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-22/+28
* removing dead code from activerecord tests. [#4187 state:resolved]Aaron Patterson2010-03-151-19/+0
* Drop AR I18n deprecation and simple use errors.messages as fallback.José Valim2010-01-301-7/+7
* Be sure to dup load paths before clearing the array.José Valim2010-01-071-1/+1
* Errors messages are now moved from :activerecord.errors to simply :errors on ...José Valim2010-01-071-73/+24
* Simplify repair_validations on AR and make it work with new callbacks.José Valim2010-01-011-2/+2
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-732/+0
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-20/+4
* allow ActiveRecord#RecordInvalid exception message to be localizedSven Fuchs2009-08-261-0/+188
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-3/+12
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-0/+613
* Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-201-2/+2
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-201-0/+89