RubyGems Navigation menu

super_exception_notifier 3.0.10

Allows customization of: * Specify which level of notification you would like with an array of optional styles of notification (email, webhooks) * the sender address of the email * the recipient addresses * the text used to prefix the subject line * the HTTP status codes to notify for * the error classes to send emails for * alternatively, the error classes to not notify for * whether to send error emails or just render without sending anything * the HTTP status and status code that gets rendered with specific errors * the view path to the error page templates * custom errors, with custom error templates * define error layouts at application or controller level, or use the controller's own default layout, or no layout at all * get error notification for errors that occur in the console, using notifiable method * Override the gem's handling and rendering with explicit rescue statements inline. * Hooks into `git blame` output so you can get an idea of who (may) have introduced the bug * Hooks into other website services (e.g. you can send exceptions to to Switchub.com) * Can notify of errors occurring in any class/method using notifiable { method } * Can notify of errors in Rake tasks using NotifiedTask.new instead of task

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 3.1.0 - January 19, 2014 (24.0 KB)
  2. 3.0.16 - January 19, 2014 (24.0 KB)
  3. 3.0.15 - January 19, 2014 (24.0 KB)
  4. 3.0.14 - January 19, 2014 (24.0 KB)
  5. 3.0.13 - June 30, 2010 (25.5 KB)
  6. 3.0.10 - June 18, 2010 (25.0 KB)
顯示所有版本(共 25)

Runtime 相依性套件 (2):

rake >= 0

擁有者:

作者:

  • Peter Boling, Scott Windsor, Ismael Celis, Jacques Crocker, Jamis Buck

SHA 256 checksum:

8f2090bedb9db1b28bc318708492fa69e0fd0d07eea2f162f77b3e08d1988392

總下載次數 89,902

這個版本 3,252

License:

Ruby 版本需求:

相關連結: