Skip to content

Instantly share code, notes, and snippets.

@mbarany
Created May 24, 2020 03:38
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 mbarany/53a08eff101e64cb444f0a35eb201bd5 to your computer and use it in GitHub Desktop.
Save mbarany/53a08eff101e64cb444f0a35eb201bd5 to your computer and use it in GitHub Desktop.
Create a new minimal Rails API app
rails new . \
--api \
--database postgresql \
--skip-yarn \
--skip-action-mailer \
--skip-active-storage \
--skip-action-cable \
--skip-sprockets \
--skip-coffee \
--skip-javascript \
--skip-turbolinks \
--skip-system-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment