Skip to content

Instantly share code, notes, and snippets.

@rob-murray
Created August 9, 2019 09:30
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 rob-murray/647189a45f9509756d651b969797a9e8 to your computer and use it in GitHub Desktop.
Save rob-murray/647189a45f9509756d651b969797a9e8 to your computer and use it in GitHub Desktop.
rails new app_name \
--database=postgresql \
--skip-action-cable --skip-action-mailer --skip-active-storage \
--skip-sprockets --skip-action-mailbox --skip-action-text \
--skip-bundle --skip-keeps --skip-spring --skip-test \
--skip-coffee --skip-system-test --skip-turbolinks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment