Sha256: d4b1c6d57818a6fbf70f6d3e87b7c4d62b4477fc39dc416ccc1226436b7db565

Contents?: true

Size: 469 Bytes

Versions: 1

Compression:

Stored size: 469 Bytes

Contents

# HockeyBrake

An extension for the amazing airbrake gem which routes crash reports to HockeyApp

## Installation 

Add this to your Gemfile
```ruby
gem 'airbrake'
gem 'hockeybrake', :git => 'git://github.com/dei79/hockeybrake.git'
```

Execute the following command for your Rails app
```shell
rails g hockeybrake
```

## Configuration

Update hockeybrake.rb in config/initializers

## Contributing
 
* Fork the project
* Fix the issue
* Create pull request on github

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hockeybrake-0.0.2 README.md