Skip to content

Instantly share code, notes, and snippets.

@NeuTrix
Created September 14, 2016 06:00
Show Gist options
  • Save NeuTrix/58c293c516080bfdda128fc83ef48eef to your computer and use it in GitHub Desktop.
Save NeuTrix/58c293c516080bfdda128fc83ef48eef to your computer and use it in GitHub Desktop.
Generate a N
`rails new (Application Name) -d postgresql -T
@NeuTrix
Copy link
Author

NeuTrix commented Sep 14, 2016

-d option allows you to select the type of database
postgresql sets it to Postgres
-T option allow you to turn off unit testing (presuming one wants to use RSpec instead)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment