I have a basic Rails 3 app working locally on my development box, but want to test out deploying early on to make sure everything works. I\'m using Capistrano to deploy.
This one worked for me:
set :bundle_cmd, 'source $HOME/.bash_profile && bundle'
No rvm/capistrano worked for me. The best solution I found was adding to deploy.rb file the following line (it's for non system-wide RVM):
rvm/capistrano
deploy.rb