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
Nicolas Cavigneaux 3041bb2a94 Improve Journey compliance to RFC 3986
The scanner in Journey fails to recognize routes that use literals
from the sub-delims section of RFC 3986.

This commit enhance the compatibility of Journey with the RFC by
adding support of authorized delimiters to the scanner.

Fix #17212
2014-10-14 16:42:50 +02:00
..
gtg
nfa
nodes
path no more is_a checks on instantiation 2014-05-29 15:45:42 -07:00
route/definition Improve Journey compliance to RFC 3986 2014-10-14 16:42:50 +02:00
router Force encoding of US-ASCII to UTF-8 in unescape_uri. 2014-07-10 10:02:11 +01:00
route_test.rb
router_test.rb Improve router test. 2014-08-21 16:35:39 +08:00
routes_test.rb