Skip to content

Instantly share code, notes, and snippets.

@thewoolleyman
Created October 30, 2015 17:56
Show Gist options
  • Save thewoolleyman/88ef11961e54ce04b337 to your computer and use it in GitHub Desktop.
Save thewoolleyman/88ef11961e54ce04b337 to your computer and use it in GitHub Desktop.
command to generate a barebones no-js no-db rails app
#!/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