aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/transliterate_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent error on transliterate with frozen strings.Cliff Pruitt2019-07-311-7/+7
* Remove comments in test fileCliff Pruitt2019-07-261-7/+0
* Handle GB18030 strings with invalid characters in transliterateCliff Pruitt2019-07-261-7/+4
* Handle US-ASCII strings with invalid characters in transliterateCliff Pruitt2019-07-261-17/+11
* Add encoding tests for ActiveSupport::Inflector.transliterateCliff Pruitt2019-07-261-0/+57
* Raise errors for ASCII-8BIT encoding in ActiveSupport::Inflector::transliterateCliff Pruitt2019-07-261-0/+8
* Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector....Cliff Pruitt2019-07-171-8/+0
* Make UTF-8 string requirement explicit for `transliterate`Cliff Pruitt2019-07-161-0/+8
* Fix bug with parametrize when `locale` is passedSharang Dashputre2019-03-121-0/+6
* [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
* Raise ArgumentError if attempting to transliterate anything that is not a stringKevin McPhillips2017-01-161-0/+18
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* [ci skip] use proper apostropheankit19102014-08-251-1/+1
* Be sure to restore the default I18n.locale after changed its value in a testAkira Matsuda2013-09-101-3/+3
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-3/+3
* Be sure to restore the default I18n.locale after changed its value in a testAkira Matsuda2013-07-261-3/+3
* fix repeat of test; remove unused variable by use of each_keyVipul A M2013-03-181-1/+1
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+1
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Delegate Inflector.transliterate to i18n. [#4508 state:resolved]Norman Clarke2010-04-301-33/+18
* Improve reliability of Inflector.transliterate. [#4374 state:resolved]Norman Clarke2010-04-121-0/+50