Skip to content

Instantly share code, notes, and snippets.

@jiggneshhgohel
Created July 25, 2019 12:57
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 jiggneshhgohel/f9767454fd277527e6e0852f1a491f2c to your computer and use it in GitHub Desktop.
Save jiggneshhgohel/f9767454fd277527e6e0852f1a491f2c to your computer and use it in GitHub Desktop.
Rails new app command with various skips
rails new <APP_NAME> --database=postgresql --skip-yarn --skip-active-storage --skip-puma --skip-action-cable --skip-spring --skip-listen --skip-coffee --skip-turbolinks --skip-test --skip-system-test --skip-bootsnap --no-rc

Note:

  • skip and other options found from rails new --help
@jiggneshhgohel
Copy link
Author

Note: if you want to create a new project in existing folder

APP_NAME_folder$ rails new . <skip options here>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment