hello world求救

hello world求救

刚学Rails。照着书写了一个Hello world,居然没有跑出来。郁闷死了。
代码是照着书上写的,就这些

class SayController < ApplicationController
    def hello
    end
end

可以正常访问:http://localhost:3000/
但里面的About your application’s environment这个本地链接不能点,出错,错误信息为:
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.

直接访问这个hello world地址:http://localhost:3000/say/hello
也同样出上面的这个错误。

请高人指点。
原来是没有安装rails....汗死!
够强的,实在是太狠了