Skip to content

Commit

Permalink
Using Postgres in prod for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
futurefabric committed Feb 16, 2014
1 parent 8deadc0 commit 41241f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ gem 'rails', '4.0.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'

group :production do
gem 'pg'
gem 'newrelic_rpm'
gem 'rails_12factor'
end

# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0'

Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ GEM
mime-types (1.25.1)
minitest (4.7.5)
multi_json (1.8.4)
newrelic_rpm (3.5.8.72)
pg (0.17.0)
polyglot (0.3.3)
rack (1.5.2)
rack-test (0.6.2)
Expand All @@ -64,6 +66,11 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.1)
sprockets-rails (~> 2.0.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.1)
rails_stdout_logging (0.0.3)
railties (4.0.1)
actionpack (= 4.0.1)
activesupport (= 4.0.1)
Expand Down Expand Up @@ -111,7 +118,10 @@ DEPENDENCIES
coffee-rails (~> 4.0.0)
jbuilder (~> 1.2)
jquery-rails
newrelic_rpm
pg
rails (= 4.0.1)
rails_12factor
sass-rails (~> 4.0.0)
sdoc
sqlite3
Expand Down

0 comments on commit 41241f0

Please sign in to comment.