Notification System in Rails

Viewed 4765

Does anyone know any good notification plugin/gem for RoR.

I need to somehow store events and display them to the user if he/she is offline OR present them to the user in a nice way if online.

This is similar to Facebook Notifications where a user is notified for new messages, comments, likes etc.

Thanks

2 Answers

Sounds like you may need to use Mailboxer in conjunction with PublicActivity

Related