RailsCasts Pro episodes are now free!

Learn more or hide this

Don Livanec's Profile

GitHub User: livando

Site: http://steeltrap.co

Comments by Don Livanec

Avatar

add the following to the top of your config/deploy.rb

require "bundler/capistrano"
set :default_environment, {

'PATH' => "$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH"
}