I’m deploying via capistrano but when I try and do a bundle install it
asks for my password to install the gems. I give it a password but
oddly enough the password appears on the console in plain text and
when I press enter, nothing happens. I waited for a couple hours and
still nothing happened, so how am I supposed to run bundler with
capistrano?
I think you install the gem into a directory without user rights.
You can just require ‘bundler/capistrano’ to solve the issue, see more
here
http://rails-bestpractices.com/posts/51-dry-bundler-in-capistrano