3.times { print "Ruby! " }
Conversation Plugin for Rails

Thought I’d post my new Ruby on Rails plugin here if it’s of interest to anyone. The plugin provides mixin conversation functionality. It’s ultra simple at the moment, and simply allows you to setup a conversation between two objects, and then send messages between those objects in the context of a conversation.

Please feel free to fork and ping me if anyone finds it of interest or has thoughts on additionally functionality.

Here it is:

http://github.com/mbulat/acts_as_conversable

blog comments powered by Disqus