Sha256: f8da304da305ee1fdc0e56f7cb19bc025c73b61e972be233b2a47509941491cb
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
# Pavlov [](http://travis-ci.org/marten/ohnoes) [](http://badge.fury.io/rb/ohnoes) [](https://gemnasium.com/marten/ohnoes) [](https://codeclimate.com/github/marten/ohnoes) Ohnoes is a gem to report frontend errors using your existing backend error reporting. ## Installation Add this line to your application's Gemfile: ```ruby gem 'ohnoes' ``` Then add the following to your application.js ```javascript //= require 'ohnoes' ``` ## 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ohnoes-0.0.1 | README.md |