Skip to content

Commit

Permalink
added Exception Notifier so we know what's happenin
Browse files Browse the repository at this point in the history
  • Loading branch information
tiegz committed Nov 17, 2008
1 parent d6cf3b6 commit ff12e48
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "vendor/gems/curb"]
path = vendor/gems/curb
url = git://github.com/taf2/curb.git
[submodule "vendor/plugins/exception_notificatier"]
path = vendor/plugins/exception_notificatier
url = git://github.com/rails/exception_notification.git
1 change: 1 addition & 0 deletions app/controllers/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
class ApplicationController < ActionController::Base
helper :all # include all helpers, all the time

include ExceptionNotifiable
include AuthenticatedSystem

# See ActionController::RequestForgeryProtection for details
Expand Down
8 changes: 8 additions & 0 deletions config/initializers/exception_notifier.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ExceptionNotifier.sender_address = %("LimeCast Application Error" <errors@limecast.com>)
ExceptionNotifier.exception_recipients = %w(
mnutt@limewire.com
kfaaborg@limewire.com
jcamerer@limewire.com
dhaas@limewire.com
tzaharia@limewire.com
)
1 change: 1 addition & 0 deletions vendor/plugins/exception_notificatier
Submodule exception_notificatier added at e8b603

0 comments on commit ff12e48

Please sign in to comment.