Change database backend to PostgreSQL
* Bundle pg gem * Add a database config file sample
This commit is contained in:
@@ -79,6 +79,7 @@ GEM
|
||||
treetop (~> 1.4.8)
|
||||
mime-types (1.16)
|
||||
nokogiri (1.5.0)
|
||||
pg (0.11.0)
|
||||
polyglot (0.3.1)
|
||||
rack (1.2.2)
|
||||
rack-mount (0.6.14)
|
||||
@@ -123,7 +124,6 @@ GEM
|
||||
json_pure
|
||||
rubyzip
|
||||
spork (0.9.0.rc9)
|
||||
sqlite3 (1.3.3)
|
||||
term-ansicolor (1.0.5)
|
||||
thor (0.14.6)
|
||||
treetop (1.4.9)
|
||||
@@ -145,8 +145,8 @@ DEPENDENCIES
|
||||
guard-rspec
|
||||
guard-spork
|
||||
haml
|
||||
pg
|
||||
rails (= 3.0.9)
|
||||
rb-inotify
|
||||
rspec-rails
|
||||
spork (~> 0.9.0.rc)
|
||||
sqlite3
|
||||
|
Reference in New Issue
Block a user