Sha256: 9201a7074af2a979cb68d897b98139f54d33e7cbf562a39571b40557a3be74a0
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
# Change Log **0.4.8** - Add ability to send reports asynchronously, using girl_friday or Threading by default. - Add ability to save reports to a file (for use with ratchet-agent) instead of sending across to Ratchet servers. **0.4.7** - Sensitive params now scrubbed out of requests. Param name list is customizable via the `scrub_fields` config option. **0.4.6** - Add support to play nicely with Goalie. **0.4.5** - Add `default_logger` config option. It should be a lambda that will return the logger to use if no other logger is configured (i.e. no logger is set by the Railtie hook). Default: `lambda { Logger.new(STDERR) }` **0.4.4** - Add `enabled` runtime config flag. When `false`, no data (messages or exceptions) will be reported. **0.4.3** - Add RSpec test suite. A few minor code changes. **0.4.2** - Add "ignore" filter level to completely ignore exceptions by class. **0.4.1** - Recursively filter files out of the params hash. Thanks to [trisweb](https://github.com/trisweb) for the pull request. **0.4.0** - Breaking change to make the "person" more configurable. If you were previously relying on your `current_member` method being called to return the person object, you will need to add the following line to `config/initializers/ratchetio.rb`: config.person_method = "current_member" - Person id, username, and email method names are now configurable -- see README for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ratchetio-0.4.8 | CHANGELOG.md |