Tag: Exception Handelling
Hoptoad: A Rails Exception Handling Service
Many of you guys(as me) may have used Exception Notifier plugin to get Rails app exceptions right into your mailbox, and may also have faced some problem like this. Also if you have 2-3 or more apps running in production then managing such exception mails is also a big headache. In such case one have … Continue reading Hoptoad: A Rails Exception Handling Service
Careful while using Exception Notifier Plugin
Exception Notifier Plugin can make you crazy as it made me yesterday. Let me explain, I was using this plugin for one of my project and our server got a DOS attack. We were requested some URLs that doesn’t exists, like http://somedomain.com/game.rar etc… . I had registered my gmail account to get notification mails. And … Continue reading Careful while using Exception Notifier Plugin