module
rails latest stable

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

URI path and fragment escaping http://tools.ietf.org/html/rfc3986

Constants

UNSAFE_FRAGMENT = Regexp.new("[^#{safe_fragment}]", false).freeze

UNSAFE_SEGMENT = Regexp.new("[^#{safe_segment}]", false).freeze

Files

  • actionpack/lib/action_dispatch/journey/router/utils.rb