capistrano / rvm

MIT License
140 stars 47 forks source link

why not invoke rvm:init by default? #24

Closed blankyao closed 10 years ago

blankyao commented 10 years ago

In my opinion, there should be only one specific version of ruby within a project, so why not invoke rvm:init by default to invoke all the tasks with the same version of ruby?

leehambley commented 10 years ago

That's not how capistrano works. Each execute() happens in its own SSH channel. Please close this question. This is a bug tracker, not stackoverflow! On 21 Nov 2013 07:27, "blankyao" notifications@github.com wrote:

In my opinion, there should be only one specific version of ruby within a project, so why not invoke rvm:init by default to invoke all the tasks with the same version of ruby?

— Reply to this email directly or view it on GitHubhttps://github.com/capistrano/rvm/issues/24 .

blankyao commented 10 years ago

ok, thanks.