All Projects → h3poteto → Exception_notification Shoryuken

h3poteto / Exception_notification Shoryuken

Licence: mit
Exception Notifier Plugin for Rails with Shoryuken http://smartinez87.github.com/exception_notification

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Exception notification Shoryuken

Pwned
An easy, Ruby way to use the Pwned Passwords API.
Stars: ✭ 290 (+5700%)
Mutual labels:  gem
Dry Monads
Useful, common monads in idiomatic Ruby
Stars: ✭ 453 (+8960%)
Mutual labels:  gem
Rainbow
Ruby gem for colorizing printed text on ANSI terminals
Stars: ✭ 683 (+13560%)
Mutual labels:  gem
Milia
Easy multi-tenanting for Rails5 (or Rails4) + Devise
Stars: ✭ 326 (+6420%)
Mutual labels:  gem
Devise masquerade
Extension for devise, enable login as functionality. Add link to the masquerade_path(resource) and use it.
Stars: ✭ 380 (+7500%)
Mutual labels:  gem
Xspear
Powerfull XSS Scanning and Parameter analysis tool&gem
Stars: ✭ 583 (+11560%)
Mutual labels:  gem
Material icons
A simple Rails wrapper for Google Material Icons
Stars: ✭ 266 (+5220%)
Mutual labels:  gem
Materialize Sass
Materializecss rubygem for Rails Asset Pipeline / Sprockets
Stars: ✭ 785 (+15600%)
Mutual labels:  gem
Graphql Guard
Simple authorization gem for GraphQL 🔒
Stars: ✭ 434 (+8580%)
Mutual labels:  gem
Yt
The reliable YouTube API Ruby client
Stars: ✭ 674 (+13380%)
Mutual labels:  gem
Algoliasearch Rails
AlgoliaSearch integration to your favorite ORM
Stars: ✭ 352 (+6940%)
Mutual labels:  gem
Stitches
Create a Microservice in Rails with minimal ceremony
Stars: ✭ 371 (+7320%)
Mutual labels:  gem
Coltrane
🎹🎸A music theory library with a command-line interface
Stars: ✭ 625 (+12400%)
Mutual labels:  gem
Hue
Work with Philips Hue from Ruby
Stars: ✭ 308 (+6060%)
Mutual labels:  gem
Dip
CLI gives the "native" interaction with applications configured with Docker Compose.
Stars: ✭ 737 (+14640%)
Mutual labels:  gem
Double entry
A double-entry accounting system for Ruby applications.
Stars: ✭ 276 (+5420%)
Mutual labels:  gem
Motion
Reactive frontend UI components for Rails in pure Ruby
Stars: ✭ 498 (+9860%)
Mutual labels:  gem
Batch Loader
⚡️ Powerful tool for avoiding N+1 DB or HTTP queries
Stars: ✭ 812 (+16140%)
Mutual labels:  gem
Facets
Ruby Facets
Stars: ✭ 750 (+14900%)
Mutual labels:  gem
Discordrb
Discord API for Ruby
Stars: ✭ 651 (+12920%)
Mutual labels:  gem

ExceptionNotification::Shoryuken

Build Status GitHub release Gem Gem

This Ruby gem is an extension of the exception_notification gem, and provides a set of notifiers for sending notifications when errors occur in Shoryuken worker. This is useful if you use Shoryuken worker as asynchronous process.

Installation

Add this line to your application's Gemfile:

gem 'exception_notification-shoryuken'

And then execute:

$ bundle

Or install it yourself as:

$ gem install exception_notification-shoryuken

Usage

Add require in your initializer which setup exception_notification like config/initializers/exception_notification.rb:

require 'exception_notification/shoryuken'

ExceptionNotification.configure do |config|
  # setup some notification
end

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/h3poteto/exception_notification-shoryuken. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].