Skip to content

Instantly share code, notes, and snippets.

@mark-d-holmberg
Created September 10, 2019 20:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-d-holmberg/a896fb87b9bb0d870152e55a7a2aaff4 to your computer and use it in GitHub Desktop.
Save mark-d-holmberg/a896fb87b9bb0d870152e55a7a2aaff4 to your computer and use it in GitHub Desktop.
Create a Rails 5.2.3 on Ruby 2.6.4 Gem engine running API JSON mode only
rails plugin new elemental -d mysql --mountable -T --dummy-path=spec/dummy --skip-action-mailer -C --skip-turbolinks --skip-action-cable --skip-spring --skip-active-storage --skip-coffee --skip-yarn --api -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment