search for: sanitize_backtrace

Displaying 1 result from an estimated 1 matches for "sanitize_backtrace".

2007 Nov 14
2
Exception Notification plugin options hash handling????? backwards merge?
...ssage.inspect}" recipients exception_recipients from sender_address body data.merge({ :controller => controller, :request => request, :exception => exception, :host => request.env["HTTP_HOST"], :backtrace => sanitize_backtrace(exception.backtrace), :rails_root => rails_root, :data => data, :sections => sections }) end It appears to me that he receiver and parameter of that merge message in the argument to the body message should be reversed. Am I missing something here? B...