Last active
December 23, 2019 05:54
-
-
Save tkhk/691782ff184c72e2b3299414f36216ea to your computer and use it in GitHub Desktop.
rails new memo
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
# mysql | |
# self install webpack | |
rails new ${RAILS_PROJECT_NAME} \ | |
--database mysql \ | |
--skip-puma \ | |
--skip-action-cable \ | |
--skip-bundle \ | |
--skip-sprockets \ | |
--skip-coffee \ | |
--skip-turbolinks \ | |
--skip-webpack-install \ | |
--skip-javascript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment