Skip to content

Instantly share code, notes, and snippets.

@scicco
Created January 4, 2022 09:28
Show Gist options
  • Save scicco/64d10a113d79f74d778090e7cf4f98fe to your computer and use it in GitHub Desktop.
Save scicco/64d10a113d79f74d778090e7cf4f98fe to your computer and use it in GitHub Desktop.
create new Rails API service
rails new my_api_service \
--skip-action-mailer \
--skip-action-mailbox \
--skip-action-cable \
--skip-action-text \
--skip-asset-pipeline \
--skip-javascript \
--skip-hotwire \
--skip-bootsnap \
--skip-system-test \
--minimal \
--api \
-d mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment