exception_notification icon indicating copy to clipboard operation
exception_notification copied to clipboard

[Super] Exception Notifier Gem/Plugin for Rails

Results 7 exception_notification issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for code, it is very useful!! I've updated the NotifiedTask to work with options and local variables. This is the code: class NotifiedTask < Rake::TaskLib attr_accessor :name, :block,...

Hello, probably somebody had similar issue on rails 3, then pls put any comments on this issue. Seems I did all necessary set up steps: 1) installed gem (gem install...

Using NotifiedTask in version 3.0.13 with Rails 2.3.9 / Ruby 1.8.7 results in the above error when an exception is raised by a Rake task. The relevant call stack is...

Emails include filtered parameters such as password in them.

When the environment contains config.gem 'super_exception_notifier', :lib => "exception_notification" I get this error rendering a page: undefined method `pending' for Rake::Task:Class No super_exception_notifier, no Rake error. Yes, I have a...

it would be great if there were an easy way to do manual notification. for example, on this branch: http://github.com/Odaeus/exception_notification if you scroll down to the bottom of the readme,...

When RoutingError (404) occurs and the error page (custom or global) should be rendered within a layout (e.g. self.error_layout = "application"), the ApplicationController before_filters are not triggered (perhaps it is...