Testing Rails router paths on Rails console
[ Rails ]
The Rails console is a pragmatic way to test and experiment code inside a Rails environment.
Sometimes it can be helpful to have access to the Rails router url paths helpers, e.g. products_path, new_product_path, etc. To be able to use these helpers on Rails 3, while in the console run this:
include Rails.application.routes.url_helpers