Integrate rails with the Raygun.io service.
I, nor kohactive are in anyway associated with the offical raygun.io, we just couldn't wait for them to develop a rails solution so we rolled our own.
Throwing exceptions has never been so much fun.
Add this line to your application's Gemfile:
gem 'RaygunRuby', '0.9.7'
And then execute:
$ bundle
Or install it yourself as:
$ gem install RaygunRuby
Also generate a raygun.yml with
$ rake raygun:install
Add the following to which ever config/environment files you want to use with raygun
config.middleware.use RaygunRuby::Middleware
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request