aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_test_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Add missing `require`bogdanvlviv2018-06-071-0/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-201-1/+1
|/
* Update Unicode Version to 9.0.0Fumiaki MATSUSHIMA2017-01-281-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-4/+4
* Skip the test if test data download fails.Vít Ondruch2016-07-041-0/+4
* DRY Downloader.Vít Ondruch2016-07-041-0/+18
* :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Avoid mutating the constants in a test caseAkira Matsuda2014-08-161-3/+3
* remove checks for encodings availabilitySergey Nartimov2011-12-251-4/+1
* fix mixed encoding logs can't be logged.Kouhei Sutou2010-07-191-1/+4
* Set encoding of the multibyte test helpers file to UTF-8 so the strings can b...Manfred Stienstra2008-09-211-0/+2
* Move multibyte test helpers to a separate file and make the conformance tests...Manfred Stienstra2008-09-211-0/+17