未检出git://github.com/ryanb/nested_form.git(在master中).请运行`bundle install`(Bundler :: GitError)

chi*_*eng 2 apache deployment production nested-forms ruby-on-rails-3

我已经使用乘客和apache在linux服务器上部署了我的应用程序,我已成功完成捆绑安装运行仍然git://github.com/ryanb/nested_form.git (at master) is not checked out. Please run bundle install (Bundler::GitError)在尝试运行我的应用程序时出现()错误

仅供参考,我使用的是rails 3.2.3和ruby 1.9.3

这在我的开发机器上工作正常

任何的想法 ?

chi*_*eng 5

我目前通过以下运行解决了这个问题

bundle pack
bundle install --path vendor/cache

这解决了我的问题,但它将整个宝石存储在供应商目录中

但如果有人有更好的解决方案,请告诉我