Skip to content

marten/ohnoes

Repository files navigation

Ohnoes Build Status Gem Version Dependency Status Code Climate

Ohnoes is a gem to report frontend errors using your existing backend error reporting.

Installation

Add this line to your application's Gemfile:

gem 'ohnoes'

Then add the following to your application.js

//= require 'ohnoes'

And mount the engine in your routes.rb

Foobar::Application.routes.draw do
  [...]
  mount Ohnoes::Engine => '/ohnoes'
  [...]
end

Is it any good?

Yes.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Run bundle, before starting development.
  4. Implement your feature/bugfix and corresponding tests.
  5. Make sure your tests run against the latest stable mri.
  6. Commit your changes (git commit -am 'Add some feature')
  7. Push to the branch (git push origin my-new-feature)
  8. Create new Pull Request

License

Copyright (c) 2007-2014, Marten Veldthuis, Mark IJbema, Airbrake, Parakey Inc, Eric Wendelin, Luke Smith, Loic Dachary, Johan Euphrosine, Øyvind Sean Kinsey, Victor Homyakov Licensed under the BSD 3-clause license, with the third clause referring to Parakey Inc.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published