找不到装有宝石的ramaze

时间:2012-06-23 10:09:18

标签: ramaze

我有Ramaze版本2012.04.14,Rubygems 1.3.6和Ruby 1.8.6所以我有最新版本。我的控制台识别Ramaze和所有相关命令。 (我可以运行ramaze --version

我在我的localhost环境中的www/文件夹中创建了一个文件夹,其中包含公共文件。

www/demo/hello_ramaze.rbcode as explained in the tutorial作为文件。

require 'ramaze'

class MyController < Ramaze::Controller
  map '/'

  def index
    return "Hello, Ramaze!"
  end
end

Ramaze.start

我尝试执行ruby hello_ramaze.rb并收到此错误。

  

hello_ramaze.rb:1:在`require&#39;:没有这样的文件加载 - ramaze   (LoadError)           来自hello_ramaze.rb:1

1 个答案:

答案 0 :(得分:1)

我升级到Ruby 1.9.3并且问题解决了。

如果您使用的是Windows,请使用Rubyinstaller