RailsCasts Pro episodes are now free!

Learn more or hide this

Nick's Profile

GitHub User: nicholasmott

Comments by Nick

Avatar

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.

Avatar

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.