Skip to content

Instantly share code, notes, and snippets.

@hirokazumiyaji
Last active January 10, 2016 13:30
Show Gist options
  • Save hirokazumiyaji/baa6a333822a423635a8 to your computer and use it in GitHub Desktop.
Save hirokazumiyaji/baa6a333822a423635a8 to your computer and use it in GitHub Desktop.
Rails API New Project
#!/bin/sh
rails new --api <project name> -T --skip-bundle --skip-test-unit -d mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment