我的 gem 文件中有以下内容
gem 'nested_form', :git => "git://github.com/ryanb/nested_form.git", :branch => '0-3-stable'
当我bundle install
在当地放弃时,它工作正常。但是在使用 capistrano 进行部署时出现以下错误
Git error: command `git clone 'git://github.com/ryanb/nested_form.git'
我gem 'nested_form'
单独使用它,在本地获取错误为
ActionView::Template::Error (couldn't find file 'jquery_nested_form'
任何人都可以帮助如何解决这个问题
编辑-1
我的本地系统 ruby 版本
ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux]
我的服务器红宝石版本是
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
两者相同。
我在本地的捆绑宝石是
bundler (1.3.5) and bundler-unload (1.0.1)
在服务器中是
bundler (1.3.5) and bundler-unload (1.0.2)