Skip to content

Instantly share code, notes, and snippets.

@jimmyeisenhauer
Created August 26, 2011 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimmyeisenhauer/1172388 to your computer and use it in GitHub Desktop.
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
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