aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations_repair_helper.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
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-6/+2
* Clear validators before and after each testAkira Matsuda2014-08-141-1/+1
* The repair_validations helper was not working correctly before becausewangjohn2013-03-191-2/+2
* Simplify repair_validations on AR and make it work with new callbacks.José Valim2010-01-011-16/+4
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-0/+35