aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/uri.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variableRafael Mendonça França2018-03-221-1/+0
* Ruby 2.6 will not require monkey patched `URI#unescape`Yasuo Honda2018-03-221-9/+1
* Only apply monkey-patch if detected to be requiredAshe Connor2018-03-091-2/+9
* URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-071-1/+1
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-1/+2
* [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/libXavier Noria2016-08-061-2/+2
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-2/+0
* Use block variable instead of globalRoque Pinel2015-06-081-1/+1
* Convert URI.parser.parse to URI.parse, and remove ruby 1.8.x code.kennyj2012-01-191-1/+1
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-16/+12
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-281-0/+8
* Small optimization of 1.9 unescape. We should make sure that inbound ASCII al...wycats2010-06-041-2/+6
* Use explicit source encoding rather than forced UTF-8 from US-ASCII.Santiago Pastorino2010-04-261-1/+2
* Ruby 1.9.2: URI.escape is obsoleteJeremy Kemper2009-11-021-1/+2
* Broaden URI.unescape fix to all affected 1.9.x by checking for broken behavio...Jeremy Kemper2009-02-201-6/+12
* URI.unescape fix removes the old unescape methodJeremy Kemper2009-02-201-10/+7
* Ruby 1.9.1p0's URI.decode() bug fixmoro2009-02-201-0/+13