ruby on rails
Building a Rails Notification Queue 1: The Database
Many apps live, or die, based on the success of their notifications. Because of this, many apps send notifications about as much as they can. This is not without code cost: notifications end up everywhere in our codebases. Since they are so important, and numerous, we would benefit from a