1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/journey/router
edogawaconan e2ef83f838 Always escape string passed to url helper.
Makes it clear that anything passed with the helper must not be percent encoded.

Fixes previous behavior which tricks people into believing passing
non-percent-encoded will generate a proper percent-encoded path while in
reality it doesn't ('%' isn't escaped).

The intention is nice but the heuristic is broken.
2014-04-20 10:11:37 +01:00
..
strexp_test.rb Use ActiveSupport::TestCase in the journey tests 2012-12-31 14:40:43 -03:00
utils_test.rb Always escape string passed to url helper. 2014-04-20 10:11:37 +01:00