Change database backend to PostgreSQL

* Bundle pg gem
* Add a database config file sample
This commit is contained in:
Thibault Jouan
2011-09-13 19:22:06 +00:00
parent ceb6f18c01
commit 20e8bdbf4f
5 changed files with 24 additions and 29 deletions

View File

@@ -2,7 +2,7 @@ source 'http://rubygems.org'
gem 'rails', '3.0.9'
gem 'sqlite3'
gem 'pg'
gem 'haml'