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:// 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 github.com/al2o3cr/restful_ezm/tree --Matt Jones On Aug 20, 1:55 am, twittwit <ytbr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 !
ok thanks matt. checking this out now. :) On Aug 20, 11:32 pm, Matt Jones <al2o...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 > > github.com/al2o3cr/restful_ezm/tree > > --Matt Jones > > On Aug 20, 1:55 am, twittwit <ytbr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > 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 !