Somewhat OT, but I've come to think that the rails routing system is one of the weakest parts of the framework. It can be both obscure and precious at times, and I've never found the two-way map maintained for link generation worth the abstraction costs.
Something closer to sinatra, where routes are more explicit, but with a bit more high-level functionality would be easier for me to deal with.
3 comments
[ 2.2 ms ] story [ 13.5 ms ] threadSomething closer to sinatra, where routes are more explicit, but with a bit more high-level functionality would be easier for me to deal with.