开发者

Notification System in Rails

开发者 https://www.devze.com 2023-03-22 18:17 出处:网络
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

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


There is a gem called Mailboxer which has similar functionalities.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消