You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2020. It is now read-only.
This is the most basic rack router included directly in Rack itself. It can’t do any fancy stuff like handling parameters, the only thing it can do is to take an URL and
There is also a shorcut map, but I don’t encourage you to use it, because we want to assign the router into Project.router.
Others
http://github.com/oscardelben/routes/tree/master
UrlHelper
Resources
Since Rango itself doesn’t have any router included, it’s entirely on your router to provide functionality like resources, nested resources etc.
There’s a usher plugin for resources, see http://github.com/Tass/CRUDtree