Commit 3a2eb3e7

mo khan <mo@mokhan.ca>
2014-05-08 04:06:37
add exception notifier gem.
1 parent 5e2e2dd
Changed files (3)
config/initializers/airbrake.rb
@@ -1,3 +0,0 @@
-Airbrake.configure do |config|
-  config.api_key = '1977a9f3f3148e1af8747bcb4f5ecde4'
-end
Gemfile
@@ -30,6 +30,7 @@ gem 'asset_sync', '~> 1.0.0'
 gem 'geoip'
 gem 'fog'
 gem 'unf'
+gem 'exception_notification'
 
 group :development do
   gem 'capistrano'
Gemfile.lock
@@ -98,6 +98,9 @@ GEM
     dotenv-rails (0.11.1)
       dotenv (= 0.11.1)
     erubis (2.7.0)
+    exception_notification (4.0.1)
+      actionmailer (>= 3.0.4)
+      activesupport (>= 3.0.4)
     excon (0.33.0)
     execjs (2.0.2)
     factory_girl (4.4.0)
@@ -301,6 +304,7 @@ DEPENDENCIES
   delayed_job_active_record (~> 4.0.0)
   devise (~> 3.0.0)
   dotenv-rails
+  exception_notification
   factory_girl_rails
   fakes-rspec
   ffaker