aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/uri_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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