I''ve just about finished up work on a plugin similar to acts_as_taggable, but for comments instead which would allow you to attach comments (possibly even a threaded discussion if conbined with acts_as_tree) to any object. Is there anyone that would be interested in it? I don''t want to go throug the trouble of finding some way to distribute it unless I know that there is a demand for something along these lines outside of my project. Thanks, Josh
I would certainly be interested in it. I have been thinking about implementing something as well, although tied to my project. Bring it on! On 5/11/06, Josh Charles <josh.charles@gmail.com> wrote:> > I''ve just about finished up work on a plugin similar to > acts_as_taggable, but for comments instead which would allow you to > attach comments (possibly even a threaded discussion if conbined with > acts_as_tree) to any object. Is there anyone that would be interested > in it? I don''t want to go throug the trouble of finding some way to > distribute it unless I know that there is a demand for something along > these lines outside of my project. > > Thanks, > Josh > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060511/d71a9a15/attachment-0001.html
absolutely! On 5/10/06, Josh Charles <josh.charles@gmail.com> wrote:> I''ve just about finished up work on a plugin similar to > acts_as_taggable, but for comments instead which would allow you to > attach comments (possibly even a threaded discussion if conbined with > acts_as_tree) to any object. Is there anyone that would be interested > in it? I don''t want to go throug the trouble of finding some way to > distribute it unless I know that there is a demand for something along > these lines outside of my project. > > Thanks, > Josh-- Bosko Milekic <bosko.milekic@gmail.com>
Yep, me too. I was about to roll my own. Steve http://www.smarkets.net http://www.trivionomy.com On 5/10/06, Bosko Milekic <bosko.milekic@gmail.com> wrote:> > absolutely! > > On 5/10/06, Josh Charles <josh.charles@gmail.com> wrote: > > I''ve just about finished up work on a plugin similar to > > acts_as_taggable, but for comments instead which would allow you to > > attach comments (possibly even a threaded discussion if conbined with > > acts_as_tree) to any object. Is there anyone that would be interested > > in it? I don''t want to go throug the trouble of finding some way to > > distribute it unless I know that there is a demand for something along > > these lines outside of my project. > > > > Thanks, > > Josh > > -- > Bosko Milekic <bosko.milekic@gmail.com> > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060511/46b0d77e/attachment-0001.html
and I am also interested in such a plugin .. On 5/10/06, Steve Odom <steve.odom@gmail.com> wrote:> > Yep, me too. > > I was about to roll my own. > > Steve > http://www.smarkets.net > http://www.trivionomy.com > > > On 5/10/06, Bosko Milekic <bosko.milekic@gmail.com> wrote: > > > > absolutely! > > > > On 5/10/06, Josh Charles <josh.charles@gmail.com> wrote: > > > I''ve just about finished up work on a plugin similar to > > > acts_as_taggable, but for comments instead which would allow you to > > > attach comments (possibly even a threaded discussion if conbined with > > > acts_as_tree) to any object. Is there anyone that would be interested > > > in it? I don''t want to go throug the trouble of finding some way to > > > distribute it unless I know that there is a demand for something along > > > these lines outside of my project. > > > > > > Thanks, > > > Josh > > > > -- > > Bosko Milekic < bosko.milekic@gmail.com> > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Roberto Saccon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060511/658cba40/attachment.html
Me too !!! -- Posted via http://www.ruby-forum.com/.
hi josh, i wrote an acts_as_commentable plugin a few weeks ago. would love to see your solution, and would be happy to help, or share code, or whatever. mine''s rock-simple and pretty much a straight-up rip off of acts_as_taggable, but it does the trick. best, john> Date: Thu, 11 May 2006 01:17:11 -0300 > From: "Roberto Saccon" <rsaccon@gmail.com> > Subject: Re: [Rails] acts_as_commentable plugin > To: rails@lists.rubyonrails.org > Message-ID: > <eb4177b00605102117g71c1c625p369f05700edf6138@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > and I am also interested in such a plugin .. > > On 5/10/06, Steve Odom <steve.odom@gmail.com> wrote: > > > > Yep, me too. > > > > I was about to roll my own. > > > > Steve > > http://www.smarkets.net > > http://www.trivionomy.com > > > > > > On 5/10/06, Bosko Milekic <bosko.milekic@gmail.com> wrote: > > > > > > absolutely! > > > > > > On 5/10/06, Josh Charles <josh.charles@gmail.com> wrote: > > > > I''ve just about finished up work on a plugin similar to > > > > acts_as_taggable, but for comments instead which would allow you to > > > > attach comments (possibly even a threaded discussion if conbined with > > > > acts_as_tree) to any object. Is there anyone that would be interested > > > > in it? I don''t want to go throug the trouble of finding some way to > > > > distribute it unless I know that there is a demand for something along > > > > these lines outside of my project. > > > > > > > > Thanks, > > > > Josh---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Even if no one now needs it, I''m sure it would help someone someday Charlie Bowman www.recentrambles.com On Thu, 2006-05-11 at 10:44 +1000, Daniel N wrote:> I would certainly be interested in it. I have been thinking about > implementing something as well, although tied to my project. > > Bring it on! > > > On 5/11/06, Josh Charles <josh.charles@gmail.com> wrote: > > I''ve just about finished up work on a plugin similar to > acts_as_taggable, but for comments instead which would allow > you to > attach comments (possibly even a threaded discussion if > conbined with > acts_as_tree) to any object. Is there anyone that would be > interested > in it? I don''t want to go throug the trouble of finding some > way to > distribute it unless I know that there is a demand for > something along > these lines outside of my project. > > Thanks, > Josh > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060511/76a8355c/attachment.html
I''ve decided to distribute through rubyforge.net, so I am just waiting for project approval from them before I release. Josh On 5/11/06, Charlie Bowman <charlie@castlebranch.com> wrote:> > > Even if no one now needs it, I''m sure it would help someone someday > > > Charlie Bowman > www.recentrambles.com >