hanami: non-integer path variable is not supported #227
Labels
bug
Something isn't working
help wanted
Extra attention is needed
not this repo
The issue is caused in Ruby or other dependencies
Milestone
While I was working in #226, I noticed that Hanami support is broken.
It can not handle non-numeric path variable like
/sites/{name}
wherename
can befoo
orbar
.I think it is an upstream issue in Hanami side, and reported in Hanami router: hanami/router#271
The text was updated successfully, but these errors were encountered: