Jack wrote: > Folks, > > I'm trying to figure out the best approach to creating a linked list > conceptually in RoR. [...]
What you describe is a tree, not really a linked list. You could use acts_as_tree for this, but you'll probably get better results with awesome_nested_set or something similar. Best, -- Marnen Laibow-Koser [email protected] http://www.marnen.org -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

