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: 104,955 of 192,352
Downloads: 7,652

Daily

Ranking: 148,737 of 192,323
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,362,122,268bundler
49721,899,257actionmailer
1,07843,774,019shoulda
3,5783,486,911rcov
4,3022,194,741jeweler

Owners

#GravatarHandle
1iconagranov