Monthly Archives: May 2011
May.
20th,
2011
Heroku, in the least, is a super awesome way to get a test or integration server up and running fast. How fast you ask… Lets say you start with a rails app that is ready to post. It isn’t in git yet. Get your heroku account setup. Now type this…… read the rest of the article
Posted in: Heroku, Rails
May.
9th,
2011
Heroku and git seem really cool at first until in I ran into a problem when working on windows 7. It looked like I was doing all the commands right to push my files up to heroku. git push heroku master but, it kept failing on the key. Turns out… read the rest of the article
Posted in: Heroku, Ruby