exception_notification icon indicating copy to clipboard operation
exception_notification copied to clipboard

no longer notify about 404 or InvalidAuthenticityToken errors

Open paulschreiber opened this issue 14 years ago • 2 comments

Looks like something in Rails changed, as response.status is now a string and not an int. I made sure the incude?() comparison works and also stopped notifying about 422-based errors.

paulschreiber avatar Jan 24 '11 21:01 paulschreiber

Oh man, I was just wanting to solve this issue myself, sick of emails about 422!

parndt avatar Jan 25 '11 22:01 parndt

this can now be done easily, see https://github.com/smartinez87/exception_notification/issues/389

mb21 avatar May 16 '17 09:05 mb21