route_append Plugin
I pushed a new plugin to github today. I've been using for a while to test controllers in Rails that are only inherited from, and don't have their own routes. (That's an AbstractController, like ApplicationController). It's called route_append. It's pretty basic but it helps anyway.
Here's the code:http://github.com/ctcherry/route_append
