Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Add: 12-Factor gem, which includes STDOUT logging (for Heroku)
Browse files Browse the repository at this point in the history
  • Loading branch information
seawolf committed May 11, 2015
1 parent a7f54e1 commit 9c6353b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ group :test do
end

group :staging, :production do
gem 'rails_12factor'
gem 'newrelic_rpm'
gem 'uglifier', '>= 2.7.0'
end
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.13)
sprockets-rails (~> 2.0)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.4)
rails_stdout_logging (0.0.3)
railties (4.0.13)
actionpack (= 4.0.13)
activesupport (= 4.0.13)
Expand Down Expand Up @@ -127,6 +132,7 @@ DEPENDENCIES
newrelic_rpm
pg (~> 0.18.1)
rails (~> 4.0.0)
rails_12factor
rspec-rails (~> 2.14.2)
tinymce-rails (~> 4.1.6)
uglifier (>= 2.7.0)
Expand Down

0 comments on commit 9c6353b

Please sign in to comment.