In my first approach with Rails I have simply create a void SayController
and static hello.rhtml
view but when the page http://localhost:3000/say/hello
started return me a Routing Error like this:
No route matches [GET] "/say/hello"
Try running rake routes for more information on available routes.
Rails version: 3.2.6