aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/uri_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-071-1/+1
* [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
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-3/+3
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* missing activesupport test coverageEugene Gilburg2014-07-191-1/+1
* Convert URI.parser.parse to URI.parse, and remove ruby 1.8.x code.kennyj2012-01-191-6/+2
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Use explicit source encoding rather than forced UTF-8 from US-ASCII.Santiago Pastorino2010-04-261-1/+1
* Ruby 1.9.2: URI.escape is obsoleteJeremy Kemper2009-11-021-2/+6
* Explicit test dependenciesJeremy Kemper2009-03-291-0/+1
* Broaden URI.unescape fix to all affected 1.9.x by checking for broken behavio...Jeremy Kemper2009-02-201-5/+6
* Ruby 1.9.1p0's URI.decode() bug fixmoro2009-02-201-0/+11