1

Does anybody know of a gem or plugin for Rails3 that allows for sending Private Messages between users of a site? I'm using Devise for my authentication.

I've stumbled upon simple-private-messages, which is one possibility, but that's about it (other plugins/gems that I found are very outdated). Does anybody know if any?

Thanks!

Yuval Karmi
  • 26,277
  • 39
  • 124
  • 175

2 Answers2

1

There are a few out there, such as acts_as_messageable and has_messages.

If you really want to use a plugin, acts_as_messageable is great if it does what you want, but chances are it would better if you wrote one yourself - it sounds like you want quite a specific solution that probably doesn't have a plugin that would fit exactly in.

David Lawson
  • 7,802
  • 4
  • 31
  • 37
0

We are searching for a solution ourselves.. most promising and new is the mailboxer gem. Very active development, good documentation ..

https://github.com/ging/mailboxer

if we decide to use it, i will come back to write more about it.

and more about it here as well: Anyone knows good private message gem for rails 3.2?

Community
  • 1
  • 1
aka47
  • 41
  • 4