Skip to content

Instantly share code, notes, and snippets.

@flooose
Created February 12, 2012 17:13
Show Gist options
  • Select an option

  • Save flooose/1809695 to your computer and use it in GitHub Desktop.

Select an option

Save flooose/1809695 to your computer and use it in GitHub Desktop.
rails new blog
$ rails new blog
$ cd rails
$ rails g scaffold Post title:string content:text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment