Hi, Can anyone know how to save chat conversations in rails. I am using private_pub. I want to have a chat feature like facebook.
Thanks, Aashish
Hi, Can anyone know how to save chat conversations in rails. I am using private_pub. I want to have a chat feature like facebook.
Thanks, Aashish
@message.save (or whatever your model name is) ??
Hassan Schroeder wrote in post #1108423:
Wow! thank you for posting such a specific question.
Learn how to ask questions in an online forum. We cannot read your mind.
One possibility: http://faye.jcoglan.com/
There are probably others but that's the only one I've used.