Store chat conversations

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

On Thu, May 9, 2013 at 4:04 AM, Aashish K. [email protected]
wrote:

Can anyone know how to save chat conversations in rails. I am using
private_pub.

@message.save (or whatever your model name is) ??


Hassan S. ------------------------ [email protected]

twitter: @hassan

Hassan S. wrote in post #1108423:

On Thu, May 9, 2013 at 4:04 AM, Aashish K. [email protected]
wrote:

Can anyone know how to save chat conversations in rails. I am using
private_pub.

@message.save (or whatever your model name is) ??


Hassan S. ------------------------ [email protected]
Hassan Schroeder | about.me
twitter: @hassan

I should have been more specific. How to implement chat like gmail or
facebook.

On Thu, May 9, 2013 at 10:03 AM, Aashish K. [email protected]
wrote:

I should have more specific. How to implement chat like gmail or
facebook.

One possibility: http://faye.jcoglan.com/

There are probably others but that’s the only one I’ve used.


Hassan S. ------------------------ [email protected]

twitter: @hassan

Wow! thank you for posting such a specific question.

Learn how to ask questions in an online forum. We cannot read your mind.


Dheeraj K.