You don't really need console to see the routes.
You can create a new empty project and change the routes.rb without
adding anything else (no appropriate controllers, models, views, no
anything) and Rake routes will still list the routes that your
routes.rb would create. It is a fast way to check your routing.