使用Phusion Passenger运行RailsEnv。
==> ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]
==> rails -v
Rails 4.1.0
==> rake --version
rake, version 10.4.2
但是在浏览器中运行rails new和open site后,我收到以下错误
Could not find rake-10.4.2 in any of the sources (Bundler::GemNotFound)
答案 0 :(得分:0)
我设法通过从我的app文件夹中运行以下内容将gems打包到vendor / bundle中,从而使错误消失
bundle install --path vendor / bundle