Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing optional parameters support #19

Open
4d47 opened this issue Jan 31, 2014 · 3 comments
Open

Missing optional parameters support #19

4d47 opened this issue Jan 31, 2014 · 3 comments

Comments

@4d47
Copy link

4d47 commented Jan 31, 2014

It supports neither Rails ':controller(/:action(/:id))' nor Sinatra '/posts.?:format?' The README is lying ! The README is lying !

@weavejester
Copy link
Owner

So you want me to fix the README? :)

@4d47
Copy link
Author

4d47 commented Jan 31, 2014

I would love to read the implementation of this. Is it in the plan or was it left by design ?

@weavejester
Copy link
Owner

At the time the optional parameter syntax either didn't exist in Rails and Sinatra, or I simply didn't know about it. Since then, there hasn't really been a huge amount of demand for it.

We could support the Sinatra-style easily enough, though. I can't think of any reason why we shouldn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants