我正在使用Bundler爲Capistrano部署的Rails應用程序。我試圖添加DelayedJob gem,但在執行部署後,遠程服務器中缺少bin/delayed_job文件。它存在於我的本地機器上。Bundler with Capistrano不會爲DelayedJob生成二進制文件
我試圖手動bundle binstubs delayed_job
創造,但它失敗:There are no executables for the gem delayed_job.
缺少什麼我在這裏?
有問題的寶石有:捆紮機1.3.5,3.1.0 Capistrano的,DelayedJob 4.0.0,Rails的4.0.2
編輯:這是我的全部的Gemfile:http://pastebin.com/WuE3eJrj
和你的'Gemfile' ...? –
@UriAgassi我上傳了Gemfile。 – hattila91
'bundle install'是否在遠程服務器上正確傳遞? –