pier-oliviert / ecrire

Blog engine for developers

Home Page:http://ecrire.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create custom routes for static pages

pier-oliviert opened this issue · comments

The goal would be to extend the routes so it's possible to serve pages that do not require controller actions. This is already built in in rails except that if a route is built that has the same signature as something else, it overrides it.

Maybe I could try to find a way to raise an exception when 2 routes collide.