Skip to content

Instantly share code, notes, and snippets.

@mshjri
Last active March 12, 2017 14:23
Show Gist options
  • Select an option

  • Save mshjri/7dbfa5eb4fefdb005c44047b8aef2a25 to your computer and use it in GitHub Desktop.

Select an option

Save mshjri/7dbfa5eb4fefdb005c44047b8aef2a25 to your computer and use it in GitHub Desktop.
rails new ProjectName
cd projectName
rails server

rails generate scaffold 'post' title:string body:text
rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment