I have bees searching for a good solution for Tree Data Structure in Rails 3. I'm trying to build a Tree menu. What do you use and what wou开发者_如何学运维ld you recommend?
Ancestry is an excellent ActiveRecord gem that allows you to define tree structures.
this looks like the chosen gem for the task.
for use examples, go to railscasts episode about ancestry
精彩评论