Created
October 30, 2015 17:56
-
-
Save thewoolleyman/88ef11961e54ce04b337 to your computer and use it in GitHub Desktop.
command to generate a barebones no-js no-db rails app
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
#!/usr/bin/env bash | |
rails new --skip-sprockets --skip-active-record --skip-javascript --skip-turbolinks --skip-test-unit $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment