Comment on Rethinking Modularity in Ruby ApplicationsComments−Fire-Dragon-DoL2moIsn't the whole routing to file idea what PHP was doing (with Apache) for a very long time?−onli2moSure, though even in a classic project I'm maintaining the index.php is used as entry point for a lot of suburls, which the routing hidden behind that. URL-Rewriting than hides the index.php from the URL, so that's intransparent to the user.I think the url->file matching is a good idea.
Comments
Isn't the whole routing to file idea what PHP was doing (with Apache) for a very long time?
Sure, though even in a classic project I'm maintaining the index.php is used as entry point for a lot of suburls, which the routing hidden behind that. URL-Rewriting than hides the index.php from the URL, so that's intransparent to the user.
I think the url->file matching is a good idea.