Categories: None [Edit]

simple-notifier

https://rubygems.org/gems/simple-notifier
https://github.com/alexagranov/simple-notifier
Inspired by ActionMailer, Notifier offers Notifier::Base, a base class for creating notification handlers on any class or instance of a class. Simply define a method in your handler named after the type of object you would like to create notification events for, substituting any namespace "::" delineation with "_", along with a signature that allows for the object as the first parameter and an optional params hash. Then notify on that object or class by simply calling MyHandler.notify!(myclass, params).

Total

Ranking: 106,544 of 195,929
Downloads: 7,723

Daily

Ranking: 161,553 of 195,909
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,649,375,367bundler
50760,936,245actionmailer
1,06746,758,069shoulda
3,6003,709,595rcov
4,3672,293,461jeweler

Owners

#GravatarHandle
1iconagranov