Created
August 26, 2011 00:20
-
-
Save jimmyeisenhauer/1172388 to your computer and use it in GitHub Desktop.
code sample for my blog article...and a test of github:gist fetaure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rails new learninruby | |
cd learninruby | |
bundle install | |
rails server //It worked on the dev server! | |
git add . | |
git commit -m "first commit" | |
heroku create jameseisenhauer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment