私は自分のgemファイルに以下を持っています
gem 'nested_form', :git => "git://github.com/ryanb/nested_form.git", :branch => '0-3-stable'
bundle install
ローカルで与えると、正常に動作します。しかし、カピストラーノを使用してデプロイ中に次のエラーが発生します
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)