No commit activity in last 3 years
No release in over 3 years
Extension for errbit error handler to send messages via ChattyCrow
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.2.1, ~> 1.2
 Project Readme

ChattyCrow – Errbit library

This library is usefull to send error messages from errbit to chatty crow channels!

Installation

# Gemfile in errbit!
gem 'chatty_crow_errbit', '~> 1.0.0'
bundle install

# Add styles to:
# app/assets/stylesheets/application.css.erb
*= require chatty_crow

# And restart your errbit web server.

Configuration in Errbit

Simple set token for channel, token for application and contacts (you can also manage contacts in administration of chattycrow).

Screenshot

Contribution

  • Fork
  • Create new branch
  • Add your hacks or feature
  • Create pull request