capistrano-node-deploy icon indicating copy to clipboard operation
capistrano-node-deploy copied to clipboard

Capistrano 3 support?

Open jfrux opened this issue 10 years ago • 10 comments

jfrux avatar Oct 14 '13 16:10 jfrux

I was just about to use this project because of all of the issues I had with Cap2 after Cap3's release, but now I'm not sure :)

ericclemmons avatar Jan 17 '14 20:01 ericclemmons

I think the problem is with the dependency "railsless-deploy" with the Cap3

$ cap deploy
undefined method 'instance' for Capistrano::Configuration:Class
/Users/../.rvm/gems/ruby-1.9.3-p484/gems/railsless-deploy-1.1.3/lib/railsless-deploy.rb:1:in '<top (required)>'
/Users/../.rvm/gems/ruby-1.9.3-p484/gems/capistrano-node-deploy-1.2.13/lib/capistrano/node-deploy.rb:2:in '<top (required)>'

andremendonca avatar Feb 07 '14 11:02 andremendonca

Running into this as well.

coconitro avatar Feb 10 '14 22:02 coconitro

I'm having @andremendonca problems with Capistrano 3.x. I don't know if it is because this lib is imcompatible with version 3 or I am doing something wrong

terox avatar Feb 17 '14 18:02 terox

@terox yes, it's incompatible because of railsless-deploy. To run it with success you will need to use Capistrano 2.x (until we fix it)

andremendonca avatar Feb 17 '14 18:02 andremendonca

https://github.com/jeffbyrnes/railsless-deploy is unmaintained now.

masterkain avatar May 05 '14 17:05 masterkain

Note at railsless-deploy: "Capistrano 3 (http://www.capistranorb.com/) doesn't ship with any Railsisms, and is better in almost every measurable way than Capistrano 2 + raileless-deploy. It's time to switch, as I won't be maintaining this Gem anymore!"

Looks like Cap 3 don't need it anymore

andremendonca avatar May 05 '14 18:05 andremendonca

Is there any plans for porting to Capistrano 3?

krnekit avatar Jun 26 '14 09:06 krnekit

I guess not

heygambo avatar Sep 17 '14 06:09 heygambo

Aah, I just discovered this after hours of figuring out what went wrong.

shashanksingh avatar Apr 10 '15 23:04 shashanksingh