RailsCasts Pro episodes are now free!

Learn more or hide this

mklnz's Profile

GitHub User: mklnz

Comments by

Avatar

It is because the script is using it's own sudo command:
https://github.com/fesplugas/rbenv-installer/blob/master/bin/rbenv-bootstrap-ubuntu-11-10

Capistrano has its own sudo helper which types in the password for you. Normally you can't pass input directly.

I just copied rbenv's bootstrap file and made it into one line so I can bootstrap myself.

ruby
# Manual bootstrap
run "#{sudo} apt-get -y install build-essential zlib1g-dev libssl-dev libreadline-gplv2-dev"
Avatar

First of all, thanks for a great in depth episode!

I would definitely love to see cancellation / card decline situations being handled in the next ep. Thanks Ryan.