Last active
January 2, 2024 21:26
-
-
Save leemour/f864b6292307024df85245fdfb6f5316 to your computer and use it in GitHub Desktop.
Rails new template generation
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 _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