ruby-on-rails-3 - git://github.com/ryanb/nested_form.git (at master) 未 checkout 。请运行 `bundle install` (Bundler::GitError)

标签 ruby-on-rails-3 apache deployment nested-forms production

我已经使用 passenger 和 apache 在 linux 服务器上部署了我的应用程序,我已经成功地完成了 bundle install 运行,但我仍然得到 ( git://github.com/ryanb/nested_form.git (at master) 未 checkout 。请运行 bundle install (Bundler::GitError) )我尝试运行我的应用程序时出错

仅供引用,我使用的是 rails 3.2.3 和 ruby​​ 1.9.3

这在我的开发机器上运行良好

有什么想法吗?

最佳答案

我目前已经通过在下面运行解决了这个问题

bundle
bundle install --path vendor/cache

这解决了我的问题,但它将整个 gem 存储在 vendor 目录中

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

关于ruby-on-rails-3 - git://github.com/ryanb/nested_form.git (at master) 未 checkout 。请运行 `bundle install` (Bundler::GitError),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10881232/

相关文章:

ruby-on-rails - Heroku 不在编译中使用 gem

sql - Rails - 如何避免对此进行多次查询

php - http 文件访问和 php session

ruby-on-rails - 使用 Ruby 1.9.2 的大型 Rails 3 应用程序部署缓慢

maven - 如何在 Jenkins 上部署我的 Spring Boot 项目?

ruby-on-rails - Rails 3 Action 邮件 OpenSSL::SSL::SSLError

linux - Bash 命令未在 Apache CGI Shell 中运行

php - 移动 CakePHP 1.3.8 安装镜像问题

asp.net - 从 Github 自动部署到 IIS 上?

ruby-on-rails - Rails 生产服务器 : stylesheets not displaying!