Skip to content

Instantly share code, notes, and snippets.

@electron0zero
Created March 6, 2021 16:32
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 electron0zero/3a4aea83a0d5ae58ac85d0e2de9a6bed to your computer and use it in GitHub Desktop.
Save electron0zero/3a4aea83a0d5ae58ac85d0e2de9a6bed to your computer and use it in GitHub Desktop.
Rails new without all the extra stuff
rails new . my-app --database=postgresql --skip-webpack-install --skip-test --skip-turbolinks --skip-javascript --skip-spring --skip-sprockets --skip-action-cable --skip-active-storage --skip-active-job --skip-action-text --skip-action-mailbox --skip-action-mailer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment