Monday, September 9, 2013

Weirdy, an exception tracker and notification system for Ruby on Rails apps.

I have been working on a gem called Weirdy, it is an exception tracker and notification system for Ruby on Rails apps. It provides a panel to check raised exceptions, and send emails or run custom code, on newly raised ones, similar to: exceptional, airbrake, etc. But runs (as a Rails engine) inside your application, and need minimal configuration to make it work.
Check out the project on GitHub: https://github.com/bsampietro/weirdy.