Skip to content

Instantly share code, notes, and snippets.

@joshcrews
Created February 22, 2013 01:48
Show Gist options
  • Save joshcrews/5010140 to your computer and use it in GitHub Desktop.
Save joshcrews/5010140 to your computer and use it in GitHub Desktop.
Rails commands used at Feb 2013 Nashville Ruby on Rails beginner meetup
rails new flickr
rails server
rails generate scaffold Photo name:string
rake db:migrate
rails generate controller welcome index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment