views:

106

answers:

2

Hello,

Is there any good "Rails Personal Messaging plugins"? Or should I roll my own? This is the features I might need:

  • Send/recieve personal messages
  • Notification by email. (you got a new message)
  • Maybe contacts (not important)

Best regards. Asbjørn Morell

A: 

One option: use acts_as_messageable, and send the notification e-mail in the callback method Message#on_deliver.

flicken
hmmm acts_as_messageable seems outdated. I was looking for something a bit more modern. Link is broken.
atmorell
A: 

Perhaps simple-private-messages (uses restful auth)?

Andy Atkinson