Radar. Send error reports from your Ruby app anywhere you want.

radargem.com

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2010
  • Revamped README, less crap, more meat
  • `at_exit` catcher won't re-report exceptions that were manually repor…
  • Update README with latest features
  • Documentation for routes
  • Routes now properly inherit filters and data extensions. Tests fully …
  • Routing. Different exceptions/matchers can be reported differently wi…
  • Creating unregistered applications now properly works
  • `MultiMatcher` for `AND` statement of matchers
  • `ExceptionEvent#match?` to test whether an event matches a given matcher
  • Bump to 0.5.0.dev for development
  • v0.4.0
  • Update Gemfile with latest versions of various gems
August 2010
  • Updated README to be more up to date (URLs, features, etc.)
  • ExceptionEvent#to_hash is memoized so that it is only generated once
  • LocalRequestMatcher added. Useful for web apps using Radar. [closes G…
  • Added rejecters, which are functionally the opposite of matchers. See…
  • Update documentation and examples to use the new singular method syntax
  • Singular methods of reporters, filters, etc. can now be called on the…
  • Document Rails 2 integration
  • Added Sinatra integrator autoload and added tests for it