Sha256: f9d22a2b7e105f9ab98dba6cae59662f78bac507236553a13b0906e880159772

Contents?: true

Size: 814 Bytes

Versions: 1

Compression:

Stored size: 814 Bytes

Contents

# I18n::Airbrake

* when the translation can be found
  * translates known keys normally
  * uses the default normally
* when the translation cannot be found
  * notifies airbrake in production environment
  * titleizes the key in production environment
  * raises the error in development environment
  * raises the error in test environment

(straight from the specs)

## Installation

Add this line to your application's Gemfile:

``` ruby
gem 'i18n-airbrake'
```

And then execute:

``` shell
$ bundle
```

## Usage

That should be it. There is no configuration (yet).

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
i18n-airbrake-0.0.2 README.md