Skip to content

Instantly share code, notes, and snippets.

@letitride
Created February 11, 2013 12:31
Show Gist options
  • Save letitride/4754179 to your computer and use it in GitHub Desktop.
Save letitride/4754179 to your computer and use it in GitHub Desktop.
$ rails new myproject
$ cd myproject
$ vi Gemfile
gem 'therubyracer'
$ rails generate scaffold friend colum1:string column2:string
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment