Last active
January 10, 2016 13:30
-
-
Save hirokazumiyaji/baa6a333822a423635a8 to your computer and use it in GitHub Desktop.
Rails API New Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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