开发者

How to implement thread comment in Rails?

开发者 https://www.devze.com 2023-02-19 16:56 出处:网络
I want to develop a thread comment list like this: http://www.reddit.com/r/IAmA/comments/gbmg3/ama_request_a_jersey_shore_cameraman/

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 op开发者_Python百科ensource gem for it ?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消