From da675fbb96fc04d0faeee8efecdf8f516468de3b Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 18 Aug 2015 12:19:29 +0100 Subject: [PATCH] Remove exception notifier --- Gemfile | 1 - Gemfile.lock | 7 ------- config/application.rb | 5 ----- 3 files changed, 13 deletions(-) diff --git a/Gemfile b/Gemfile index dbe6ac5..9751f88 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,6 @@ end gem 'newrelic_rpm' -gem 'exception_notification', :git => 'git://github.com/rails/exception_notification', :require => 'exception_notifier' gem 'pg' gem 'devise' gem 'simple_form' diff --git a/Gemfile.lock b/Gemfile.lock index dfdc959..bf383df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,3 @@ -GIT - remote: git://github.com/rails/exception_notification - revision: 192a49a02d63d28b23ed41cebadfedd490929cf1 - specs: - exception_notification (1.0.0) - GEM remote: http://rubygems.org/ specs: @@ -305,7 +299,6 @@ DEPENDENCIES dotenv-rails dragonfly dragonfly-s3_data_store - exception_notification! factory_girl_rails fivemat foreman diff --git a/config/application.rb b/config/application.rb index b39ed7e..080dba5 100644 --- a/config/application.rb +++ b/config/application.rb @@ -57,11 +57,6 @@ module DanBarberPhoto if Rails.env.production? # Heartbeat config.middleware.insert_before 0, 'Heartbeat' - - # Rack Middleware - config.middleware.use ::ExceptionNotifier, :email_prefix => "[DanBarberPhoto] ", - :sender_address => %{"Exception Notification" }, - :exception_recipients => %w{dan@danbarberphoto.com} end end