Use multiple accounts with Heroku

https://github.com/ddollar/heroku-accounts is a plugin for Heroku to allow you to use multiple accounts, e.g. work and personal. To install: heroku plugins:install git://github.com/ddollar/heroku-accounts.git Then set up each account: heroku accounts:add personal –auto heroku accounts:add work –auto Set your default: heroku accounts:default personal Then to switch account for an app: heroku accounts:set work

Learning Ruby (on Rails)

Most of my programming career has revolved around Microsoft technologies, starting with Visual Basic 3, up through the various versions to VB.Net, then switching to CSharp shortly after DotNet came out of beta. I think I know the MS development stack fairly well and I like the direction they are moving in with the likes […]