views:

113

answers:

1

What is the best plugin or gem for adding comments to the ActiveRecord models in rails?

Maybe there is one with ability to rate each comments with votes +1/-1 (like on youtube for example) and a cool view helper to display comments in a tree?

A: 

I haven't used all of these and I don't think any of them meet all of your goals, but they may help...

restful_comments

intense_debate_comments

acts_as_commentable

DigitalRoss