Skip to content

Instantly share code, notes, and snippets.

@vquaiato
Created October 20, 2012 13:21
Show Gist options
  • Save vquaiato/3923254 to your computer and use it in GitHub Desktop.
Save vquaiato/3923254 to your computer and use it in GitHub Desktop.
Rails blog
gem install rails
rails new blog
rails g scaffold Post title:string body:string
rake db:migrate
rails s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment