Skip to content

Instantly share code, notes, and snippets.

View elithecho's full-sized avatar

Elijah elithecho

  • Singapore
View GitHub Profile

Generating a new Rails 5 Project

rails new <appname> -T --d=postgresql
explaination

-T Skips test generator for those prefer using rspec

--d=postgresql generates with Postgresql as database