Sha256: afc5be58624927bf9a8064355ddc5c3a7be9607ff35dbe5fe4dac9f899b1bb58

Contents?: true

Size: 1.89 KB

Versions: 1

Compression:

Stored size: 1.89 KB

Contents

# Changelog

### 0.8.1
  - Make sure Arrays format nicely for ExceptionNotification, so backtraces are easy to read
  
### 0.8.0
  - Simplify API - prefer :summary and :body at top level, instead of inside a nested :message hash
  - Simplify output for exception notification; using pretty print so hashes render well, even if they are nested
  - Deprecate `Chatterbox#handle_notice` -- use `#notify` instead; will be removed for 1.0
  - Any user provided data sent to ExceptionNotification will be rendered first in the body, as we assume its the application specific data and most useful; details like the environment vars and Ruby/Rails details will follow beneath
  
### 0.7.0
  - Add ability to configure `summary_prefix` for emails, for common case of "[my-app] " prefix line in the subject line for emails
  
### 0.6.2
  - Change to ExceptionNotification: render any other data in the hash that is not 
    enumerated in 'ordered sections'

### 0.6.1 
  - Handle case where there is no Rails Root defined
  
### 0.6.0
  - Extract exception handling to Chatterbox::ExceptionNotification, and have RailsCatcher use that
  - clean up and standardize names of things
  
### 0.5.4
  - Remove very dangerous delegation from RailsCatcher, as these delegates can override common
    ActionController::Base methods when the catcher is included.  Wishing Ruby had real namespaces
    right about now
  - Remove #log_prefix from RailsCatcher, simpler and not needed
    
### 0.5.3
  - exception filtering
  
### 0.5.2
  - add RAILS_ROOT filtering

### 0.5.1
  - to_s the env and root from Rails

### 0.5.0
  - Major rewrite and overhaul
  
### 0.4.2
  - handle_notice returns the message that was passed in

### 0.4.1 
  - top level alias `notify` for `handle_notice`
  - simplified logging - no longer tries to use Rails logger if it exists
  
### 0.4.0
  - removed notification wrapper around messages sent to Chatterbox to simplify things
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chatterbox-0.8.1 CHANGELOG.markdown