We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91d67b commit cab3020Copy full SHA for cab3020
Gemfile
@@ -19,7 +19,7 @@ end
19
gem 'jquery-rails'
20
gem 'execjs'
21
gem 'therubyracer'
22
-gem 'activerecord-postgresql-adapter'
+gem 'pg'
23
#gem 'ruby-debug19'
24
25
# To use ActiveModel has_secure_password
Gemfile.lock
@@ -63,6 +63,7 @@ GEM
63
metaclass (~> 0.0.1)
64
multi_json (1.0.3)
65
nifty-generators (0.4.6)
66
+ pg (0.11.0)
67
polyglot (0.3.3)
68
rack (1.3.5)
69
rack-cache (1.1)
@@ -136,6 +137,7 @@ DEPENDENCIES
136
137
jquery-rails
138
mocha
139
nifty-generators
140
+ pg
141
rails (= 3.1.1)
142
ruby-debug19
143
sass-rails (~> 3.1.4)
0 commit comments