Sometimes when customizing a large preexisting Rails platform (e.g. Spree) it would be nice to be able to look up routes by url. Something like:
rake routes URL=/preexisting/url
This obviously doesn't work but is there something like this available in Rails? I've tried looking up the documentation for rake routes but haven't been able to find anything.