当我使用 Rails Composer 工具创建一个新的 rails 应用程序时:
$ rails new myapp -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb
我收到此错误:
run bundle install --without production from "."
/Gemfile not found # <= that is the error
该错误会阻止从模板完成构建应用程序。
之后,当我手动运行“捆绑安装”时,它工作正常。我尝试使用另一个 Rails 模板(https://github.com/dennybritz/rails_startup_template)并收到相同的错误。
我使用 Ruby 2.0、rails 4.0.0、rvm 1.23.12