I've installed ruby on rails 3.2.6, and when I execute rails server
and access to 127.0.0.1:3000 it works, however when I generate a controller, for example
rails generate controller principal
and access to 127.0.0.1:3000/somecontroller, browser show following error: Routing Error
No route matches [GET] "/principal" Try running rake routes for more information on available routes.
What do I need to do, and can this be simply explained?