RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: livando
Site: http://steeltrap.co
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" }
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"
}