Links
Categories
Plugins Tagged tree
-
Acts As Threaded
Great for creating threaded forums and other tree structures where performance is a concern. The nested_set model is insert/update heavy but the whole tree can be retrieved in order from the database with a single query.
-
BetterNestedSet
This plugin provides an ehanced acts_as_nested_set mixin, with move_to_child_of, level, ancestors, siblings...
-
acts_as_ordered_tree
Adds list capability to the standard acts_as_tree, as well as various movements within the tree.
-
acts_as_graph
The acts_as_graph plugin extends ActiveRecord to implement a connected graph.
-
Acts as tree
ActsAsTree plugin
-
Ancestry
Organise ActiveRecord model into a tree structure
