Undefined method `instance' for Capistrano::Configuration:Class

前端 未结 3 1305
说谎
说谎 2021-01-11 11:47

I am trying to get Capistrano up and running for the first time in a rails app. I have a linux server running Ubuntu 12.04, nginx, unicorn and rails, however, I seem to be r

3条回答
  •  长情又很酷
    2021-01-11 12:45

    For Capistrano 3, they recommend using http://github.com/capistrano/bundler

    Its mentioned here https://github.com/bundler/bundler/blob/master/lib/bundler/capistrano.rb

提交回复
热议问题