rails console show_routes method for your .railsrc file
We upgraded a couple of our projects to Rails 3.2.0.
In our .railsrc file we had a “show_routes” method, which we used all the time when developing new routes.
But it broke under rails 3.2.0, here is how we fixed it.
Post a comment