joshbuddy / usher

Pure ruby general purpose router with interfaces for rails, rack, email or choose your own adventure
http://rdoc.info/projects/joshbuddy/usher
122 stars 5 forks source link

Failing specs #9

Open DAddYE opened 14 years ago

DAddYE commented 14 years ago

Hello I added some failing spec to the sinatra interface. Btw the problem is not related to the sinatra adapter.

Basically we have two problems:

1) If we have similars routes like: /foo and /foo/bar usher didn't ignore trailing delimiters 2) If we have a route like /foo-:id usher didn't recognize it correctly

Any idea how to fix them?

Thanks!