Marnen Laibow-Koser wrote:
> Rails List wrote:
>> I am creating forum application which needs usage of acts_as_list or
>> acts_as_tree or acts_as_nested_set.
>> 
>> I am unable to decide among these.  please could some one recommend from
>> their experience?
> 
> Don't use acts_as_tree -- its data structure is simple but inefficient 
> for querying.  Use awesome_nested_set instead.  Depending on what you're 
> doing, acts_as_list may be useful as well (and it works in conjunction 
> with awesome_nested_set).
> 
> Best,
> --
> Marnen Laibow-Koser
> http://www.marnen.org
> mar...@marnen.org

Thanks Marnen, I have had a look at awesome_nested_set. It follows the 
Rails Plugin tradition of not having sufficient tutorial that a beginner 
can understand. Could you recommend some tutorial for 
awesome_nested_set?

Craigslist Clone
www.railslist.com
-- 
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to