Skip to content

Commit

Permalink
Enable hubble for top secret something something.
Browse files Browse the repository at this point in the history
Sorry, can't tell.
  • Loading branch information
roidrage committed Feb 7, 2012
1 parent 926cd45 commit 736f218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ gem 'roadie'
gem 'rdiscount'
gem 'postmark-rails'
gem 'pusher'
gem 'hubble'

group :deployment do
gem 'thin'
Expand Down
5 changes: 5 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@
# Force SSL usage
require 'rack/ssl'
config.middleware.use 'Rack::SSL'

require 'hubble'
require 'hubble/middleware'
Hubble.setup
config.middleware.use "Hubble::Rescuer"
end

0 comments on commit 736f218

Please sign in to comment.