Railsを使用した最初のアプローチでは、単純に無効SayControllerで静的なhello.rhtmlビューを作成しましたが、ページhttp://localhost:3000/say/helloが開始されると、次のようなルーティングエラーが返されます。
No route matches [GET] "/say/hello"
Try running rake routes for more information on available routes.
Railsバージョン:3.2.6