Exception notifier does not work with Ruby 1.8.6p111
Categories rails, ruby | 25 October, 2007 | By Stephen Sykes
Not only does exception notifier not work, you probably don’t know that it doesn’t work either. All your code has just become super-exception-free all of a sudden.
Ah, wishful thinking.
If you have installed Ruby 1.8.6p111 then you will want to take note of the comments here.
Just modify the file vendor/plugins/exception_notification/views/_environment.rhtml to say:
* <%= "%-*s: %s" % [max.length, key, @request.env[key].to_s.strip] %>
instead of
* <%= "%*-s: %s" % [max.length, key, @request.env[key].to_s.strip] %>
RSS
freakin sweet!
has anybody submitted this?