I want to list all defined helper path functions (that are created from routes) in my rails 3 application, if that is possible.
Thanks,
new solution
rails routes
deprecated
rake routes
or
bundle exec rake routes