diff options
| author | hukl <contact@smyck.org> | 2009-10-31 18:59:01 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-31 18:59:01 +0100 |
| commit | a2671e54c3abfcdc14b95f262d0bb6d016a938ff (patch) | |
| tree | 36fb152b93ac11fe2c97b91f6fde5b39408eed15 /config | |
| parent | 3781bd31ff137e6bc0a3b1d0c5506dfb42878a5c (diff) | |
added exception notifier plugin to catch all exceptions
Diffstat (limited to 'config')
| -rw-r--r-- | config/environments/production.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 1fc9f6b..429bf05 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb | |||
| @@ -24,4 +24,7 @@ config.action_controller.perform_caching = true | |||
| 24 | # config.action_mailer.raise_delivery_errors = false | 24 | # config.action_mailer.raise_delivery_errors = false |
| 25 | 25 | ||
| 26 | # Enable threaded mode | 26 | # Enable threaded mode |
| 27 | # config.threadsafe! \ No newline at end of file | 27 | # config.threadsafe! |
| 28 | |||
| 29 | ExceptionNotifier.exception_recipients = %w(hukl@h3q.com) | ||
| 30 | ExceptionNotifier.sender_address = %("CCCMS Error" <error@ccc.de>) \ No newline at end of file | ||
