Skip to content

Instantly share code, notes, and snippets.

@jschee
Last active April 28, 2020 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jschee/c8254cf067e2be675da284f3b1c01155 to your computer and use it in GitHub Desktop.
Save jschee/c8254cf067e2be675da284f3b1c01155 to your computer and use it in GitHub Desktop.
rails new project
rails new \
-d postgresql \
--skip-keeps \
--skip-test \
--skip-bundle \
--skip-javascript \
-S \
-C \
-m https://raw.githubusercontent.com/jschee/temp_asset/master/asset/eightyeight_template.rb \
APP_NAME
-d postgresql = database selection
--skip-keeps = google versioning system
--skip-test = skip out on minitest, replace with rspec
--skip-bundle = don't bundle
-S = no sprockets
-C = no actioncable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment