Skip to content

Instantly share code, notes, and snippets.

@tkhk
Last active December 23, 2019 05:54
Show Gist options
  • Save tkhk/691782ff184c72e2b3299414f36216ea to your computer and use it in GitHub Desktop.
Save tkhk/691782ff184c72e2b3299414f36216ea to your computer and use it in GitHub Desktop.
rails new memo
# 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