hi all,
i want to build a messaging system for my rails application.
i search the web and only found a rail 2.0.3 example.http://
www.novawave.net/public/rails_messaging_tutorial.html
is there any latest example and care to share it with me?
Thank you !
I’ve used the restful_ezm plugin, which generates a fairly basic
messaging system. You’ll still need to do some customization, but it’s
a decent place to start. My version (updated to behave with Rails 2.3)
is on Github at
http://github.com/al2o3cr/restful_ezm/tree
–Matt J.
ok thanks matt.
checking this out now. 