4 ms·
The article just seems to be putting Rails 3 design improvements to the test. Personally, I am pretty impressed at how easy it is to swap out Routes/ActionContr
by tjriley82 17y ago
The article just seems to be putting Rails 3 design improvements to the test. Personally, I am pretty impressed at how easy it is to swap out Routes/ActionController::Base if you need something leaner or just a completely different approach to routing requests. Remember when we were all banging our heads against a wall with Struts? What's not to like?
- tptacek 17y agoYou're right, of course, I just think it's ironic that he'd use Sinatra as an example, because Sinatra is what people run to when they get freaked out by Rails complexity.