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

MultiRoute support #41

Open
mkonecny opened this issue Feb 5, 2015 · 1 comment
Open

MultiRoute support #41

mkonecny opened this issue Feb 5, 2015 · 1 comment

Comments

@mkonecny
Copy link

mkonecny commented Feb 5, 2015

Sinatra has a great module for allowing you to rename your route names while still maintaining backward compatibility for older clients:

http://www.sinatrarb.com/contrib/multi_route.html

@kenichi
Copy link
Owner

kenichi commented Feb 5, 2015

that is cool. currently, through regex and mustermann, you could probably have one route block respond to mutliple paths, but not multiple verbs like that. i think this would be good as a contrib style module.

@samjohnduke made angelo-sessions; that and this could be a great start to a "angelo-contrib". perhaps it's time to formalize the plugin/module interface.

@mkonecny are you wanting to try implementing this?

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

No branches or pull requests

2 participants