Project

ohnoes

0.0
No commit activity in last 3 years
No release in over 3 years
Ohnoes is a gem to report frontend errors using your existing backend error reporting.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 10.0
~> 3.0
~> 3.0.0.beta1

Runtime

>= 3.1
 Project Readme

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.