Skip to content

Instantly share code, notes, and snippets.

View panw's full-sized avatar

Pan W panw

  • New York, New York
View GitHub Profile
@panw
panw / rails_setup_notes.txt
Created August 21, 2016 12:12 — forked from stevecass/rails_setup_notes.txt
Starting a new rails app
#Creating an app called my_great_app
rails new my_great_app -T -d postgresql --skip-turbolinks
cd my_great_app
git init
git add .
git commit -m "Initial commit. Rails boilerplate."
# Edit gemfile
# #Remove the reference to coffee-rails.