wealthsimple / sinatra-rake-routes

`rake routes` command for Sinatra applications
MIT License
5 stars 1 forks source link

Handle routes with a named param prior to a period, e.g. `/users/:id.json` #4

Closed 6 closed 8 years ago

6 commented 8 years ago

also handle a load of other cases by reusing Sinatra::Contrib#decompile method rather than writing it myself.