Is there a better acts_as_commentable for Rails?
Posted
by levi rosol
on Stack Overflow
See other posts from Stack Overflow
or by levi rosol
Published on 2010-05-19T13:35:54Z
Indexed on
2010/05/19
13:40 UTC
Read the original article
Hit count: 238
Here's what I'm looking to do. I have a site where I want the user to be able to leave comments on various Models. acts_as_commentable is the obvious starting point for this, but I'm curious if there is a gem / plug-in with a more robust feature-set. For example:
- Pre-built partial(s) (w/ or w/o Twitter / FB buttons)
- Partial(s) that utilize jQuery
- Twitter and / or FB tunnels (push to the users twitter / FB when they comment)
- Pre-built mechanism for pushing other users comments to users viewing that Model
I can see how some of this functionality could be app specific, however, a generic implementation seems like it would be useful.
I'm curious if something like this exists or not.
© Stack Overflow or respective owner