RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: serv
Site: http://allfuzzy.tumblr.com/
Don't use dashes (-) in rubber.yml file because you will run into an error when you run cap rubber:create_staging.
rubber.yml
cap rubber:create_staging
command finished in 413ms failed: "/bin/bash -l -c 'sudo -p '\\''sudo password: '\\'' bash -l /tmp/create_master_db'" on production.foo.com
Don't use dashes (-) in
rubber.yml
file because you will run into an error when you runcap rubber:create_staging
.