0

In rails 3 (or above), I want to implement a messaging system, which gem or plugin I can use for it? Please help me to implement a inbox feature with all actions in my rails project.

https://github.com/jongilbraith/simple-private-messages is this gem will suits for all inbox actions in rails 4.1 ?

Shruthi R
  • 1,863
  • 4
  • 39
  • 77

1 Answers1

0

Here I would suggest you mailboxer gem,

https://github.com/mailboxer/mailboxer

By this, you can get messaging system and inbox features like real time mailing system.

Raju akula
  • 1,255
  • 1
  • 13
  • 18