Skip to content

Instantly share code, notes, and snippets.

@scottlingran
Created August 27, 2012 09:26
Show Gist options
  • Save scottlingran/3486886 to your computer and use it in GitHub Desktop.
Save scottlingran/3486886 to your computer and use it in GitHub Desktop.
Starting a new app in Rails
$ rails new <name> -T -d postgresql
# makes new project with no tests and postgresql database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment