Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notification System in Rails

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

like image 706
glarkou Avatar asked Jul 24 '11 11:07

glarkou


1 Answers

There is a gem called Mailboxer which has similar functionalities.

like image 52
leenasn Avatar answered Oct 22 '22 10:10

leenasn