capistrano.rb 286 B

12345
  1. # Recipes for using RVM on a server with capistrano.
  2. raise "RVM - Capistrano integration was extracted to a separate gem, \
  3. install: `gem install rvm-capistrano` and remove the `$LOAD_PATH.unshift` line, \
  4. note also the 'set :rvm_type, :user' is now the default (instead of :system)."