Skip to content

Rails template should use Postgres

The new project template for Rails should use Postgres instead of sqlite.

rails new template_project --database=postgresql
rake db:create && rake db:migrate # need this so rails can create db/schema.rb file
Edited by Mark Pundsack