capistrano / rvm

MIT License
140 stars 47 forks source link

fix: Don't know how to build task 'rvm:hook' #18

Closed flo-ruby-shanghai closed 10 years ago

flo-ruby-shanghai commented 10 years ago

Moved the deploy => after :starting at the end of file otherwhise, it triggers the task 'rvm:hook' before it's been declared

flo-ruby-shanghai commented 10 years ago

Fix for capistrano 3.1.0, not 3.0.1

Kriechi commented 10 years ago

This will be solved once #22 is merged.

systemiv commented 10 years ago

i have this problem, and i don't know how this fixed. This is my deploy.rb. https://gist.github.com/systemiv/d334f422383de2ce4b11

Here trace https://gist.github.com/systemiv/836f1c68d4bf0f86abd0

kirs commented 10 years ago

@systemiv Gist says your files are deleted

kirs commented 10 years ago

The issue is supposed to be fixed by https://github.com/capistrano/rvm/pull/22