Module ActionController::Routing
In: lib/big_record/routing_ext.rb

The following overrides are required because we use strings as ids and it‘s possible that these strings are not clean. The default implementation escapes them with URI.escape() but its’ not good. e.g. ’&’ becomes & instead of %26.

Classes and Modules

Class ActionController::Routing::DynamicSegment
Class ActionController::Routing::PathSegment

[Validate]