Heroku has released a Public Beta of their Shared Database at Postgres 9.1 - you just need to add it to your app through the Heroku command. See https://devcenter.heroku.com/articles/heroku-shared-postgresql if you're able to use beta versions it should work.
If you are using RVM to manage your Rubies they recommend not using the oh-my-zsh bundler plugin - see zsh integration with RVM.
RVM provides the functionality built in to the .rvmrc file to automatically add the project --binstubs directory to your path when you cd into the project, just follow the RVM Hook instructions on the RVM bundler page. Works automatically and no more bundle exec.
Heroku has released a Public Beta of their Shared Database at Postgres 9.1 - you just need to add it to your app through the Heroku command. See https://devcenter.heroku.com/articles/heroku-shared-postgresql if you're able to use beta versions it should work.
Hey Ryan - great as usual.
If you are using RVM to manage your Rubies they recommend not using the oh-my-zsh bundler plugin - see zsh integration with RVM.
RVM provides the functionality built in to the .rvmrc file to automatically add the project --binstubs directory to your path when you cd into the project, just follow the RVM Hook instructions on the RVM bundler page. Works automatically and no more bundle exec.