RailsTutorial:找不到diff-lcs-1.1.3

时间:2011-10-26 04:14:10

标签: ruby-on-rails ruby ruby-on-rails-3 bundler railstutorial.org

http://ruby.railstutorial.org/chapters/static-pages#top

我正在玩那个教程并在执行时:

rails generate rspec:install

我明白了:

Could not find diff-lcs-1.1.3 in any of the sources
Run 'bundle install' to install missing gems.

运行bundle show时:

...
* builder (3.0.0)
* bundler (1.1.rc)
* diff-lcs (1.1.3)
* erubis (2.7.0)
* hike (1.2.1)
...

我确保安装.... 我可以在系统等中找到它....

任何想法? ,哈利,

,从来没有真正看过红宝石,这可能就是我失败的原因

1 个答案:

答案 0 :(得分:1)

您应该首先运行bundle install,如上面的错误消息中所述

首先运行bundle installbundle install --without production

然后运行rails g rspec:install

我强烈建议你检查:

http://ruby.railstutorial.org/chapters/static-pages#code-gemfile_rspec

并运行bundle install

我也想知道你是否成功安装了RVM。

如果您未能安装宝石,我认为您应该重新阅读上一部分。