Skip to content

Instantly share code, notes, and snippets.

@leemour
Last active January 2, 2024 21:26
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 leemour/f864b6292307024df85245fdfb6f5316 to your computer and use it in GitHub Desktop.
Save leemour/f864b6292307024df85245fdfb6f5316 to your computer and use it in GitHub Desktop.
Rails new template generation
rails _5.2.8_ new dummy \
--skip-action-text --skip-active-storage --skip-action-cable --skip-active-job --skip-active-record --skip-git \
--skip-sprockets --database=mysql --skip-javascript --skip-coffee --skip-turbolinks --skip-test --skip-system-test --no-skip-active-record
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment