Capistrano with rvm installed on server Add below code to “deploy.rb” require "bundler/capistrano" $:.unshift(File.expand_path("./lib", ENV["rvm_path"])) require "rvm/capistrano" # specify the ruby version set :rvm_ruby_string, "ruby-1.9.2-p180" # rvm installed at 'system' or 'user' level set :rvm_type, :user You can look at this article Published: March 11 2012 category: tags: Rails 24 Related Posts • iOS ARC trap • Check how many client connected to your internet sharing on your mac • Prevent iCloud backup your downloadable content on iOS • Use bower in rails • jquery page scroll animation • How to solve the error: no decode delegate for this image format • Capistrano with bundler • New xcode uncomfortable things • Problem with carrierwave when you have two servers • use ActiveSupport::Configurable to store config options Tweet Please enable JavaScript to view the comments powered by Disqus. blog comments powered by Disqus