aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_conformance_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-121-45/+53
* Remove unused `require`bogdanvlviv2018-06-071-5/+0
* [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
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Privatize unneededly protected methods in Active Support testsAkira Matsuda2016-12-241-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-9/+9
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+1
* Skip the test if test data download fails.Vít Ondruch2016-07-041-2/+0
* DRY Downloader.Vít Ondruch2016-07-041-18/+0
* Travis: cache unicode data downloads and beanstalkd buildJeremy Daer2016-04-191-1/+1
* Put test-case dependent helper Class inside the test caseAkira Matsuda2016-01-241-13/+13
* Remove unused codeWill Jessop2015-11-241-4/+1
* :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
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* fix thread safety issuesAaron Patterson2014-07-171-4/+7
* Silence the output downloading a fileRobin Dupret2014-07-111-1/+0
* Don't fail if unicode.org isn't talking to usMatthew Draper2014-07-051-1/+3
* Warning removed for missmatched indentationArun Agrawal2014-04-261-2/+2
* multibyte_conformance.rb --> multibyte_conformance_test.rbAkshay Vishnoi2014-04-191-0/+129