Sha256: 187cad9b4001a918a423e8b4f3f600f65511d93d1705cc56ec4318b3a5e70b11

Contents?: true

Size: 998 Bytes

Versions: 2

Compression:

Stored size: 998 Bytes

Contents

HEAD

### 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

2 entries across 2 versions & 1 rubygems

Version Path
chatterbox-0.6.2 CHANGELOG.markdown
chatterbox-0.6.1 CHANGELOG.markdown