I have an engine (Social Stream) mounted into my Rails app. When I run rake routes I get all the routes, including the mounted engine's routes. This is useful, but there are many routes.
Is there a way to run rake routes so it returns the routes for the parent application only and not the engine? I would still want to be able to run for the engine as well.