Search code examples
ruby-on-railsrubyruby-on-rails-3nested-sets

How to implement thread comment in Rails?


I want to develop a thread comment list like this: http://www.reddit.com/r/IAmA/comments/gbmg3/ama_request_a_jersey_shore_cameraman/

Is there any opensource gem for it ?


Solution

  • It is quite simple. I prefer to use nested_sets. Check out this awesome_nested_set GEM. Some folks like acts_as_tree GEM. But nested_sets fits better your problem.