search for: act_as_nested_set

Displaying 4 results from an estimated 4 matches for "act_as_nested_set".

Did you mean: acts_as_nested_set
2005 Oct 12
2
Help with act_as_nested_set
Hi, I''m trying to get act_as_nested_set working, and I''m puzzled. I googled the following http://codefetch.com/cache?url=http://media.pragprog.com/titles/rails/code/r ails-code.tgz <http://codefetch.com/cache?url=http://media.pragprog.com/titles/rails/code/ rails-code.tgz&path=rails-code/ar/acts_as_nested_set.rb&lan...
2006 Feb 22
9
acts_as_habtm_list plugin
I''d like to announce acts_as_habtm_list plugin for rails. acts_as_habtm_list is a Ruby on Rails plugin, that can manage ordered lists through a join-table. It is providing almost the same Api as acts_as_list. The position column has to be defined in the join table. You can find additional information at: http://www.inlet-media.de/acts_as_habtm_list/ Install it executing this command
2009 Aug 19
10
acts_as_list / acts_as_tree / acts_as_nested_set - which one
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? -- Posted via http://www.ruby-forum.com/.
2006 May 31
1
Help enhancing acts_as_nested_set
...''t for Rails. Enough of the brown nosing, on to the the real stuff. My application needs to store store hierarchical data, and I need to access it in the manner which a nested set is ideally suited. It''s not a staff org chart, but the logical structure of this data is the same. act_as_nested_set is a bit feature light. I found I needed a few more features. Enhancements: Multiple root level objects Moving objects around A clipboard of sorts (I call it a cellar) I have all of this working, but as I have attempted to clean up the code I''m running into my limited understanding of R...