Created
August 9, 2019 09:30
-
-
Save rob-murray/647189a45f9509756d651b969797a9e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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