Hosted rails exceptions

Every Rails developer knows the ExceptionNotification plugin. It sends you an email when stuff breaks in your Rails application. Handy, but doesn’t work with Rails 2.1 Also, it’s a pain when the same error comes in dozens of times (users tend to reload often when a 500 comes up). Enter Hoptoad.

This is a nifty online application that catches your Rails errors and presents them in a manageable list. Reoccurring errors are folded automatically. And you get email notifications also, or RSS if you prefer that. Super handy!

The only problem with this is that they are going to charge money of course, and that sucks. Also, ‘my’ data is out of my hands, so I will never use this for sensitive information.

Other than that it works great and I am using it for L8R already.

(via RubyWeb.nl)