0.0
Provides a generic tree data structure with ability to store keyed node elements in the tree. The implementation mixes in the Enumerable module.
2021
2022
2023
2024
2025
2026
0.0
A plugin for DataMapper that allows model objects to be a part of a heirarchal tree structure. Based on the acts_as_tree plugin for ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
Trie-like, prefix-tree data structures. First, a prefix-tree based on Arrays, which differs from a traditional trie, which maps strings to values. Second, a more general prefix-tree data structure that works for any type of keys, provided those keys can be transformed to and from an array.
Both ...
2021
2022
2023
2024
2025
2026
0.0
This library allows you to input a tree structure (node with children), a context, and comparators then outputs you the matching tree structure.
2021
2022
2023
2024
2025
2026
0.0
Library for building websites from a tree of Textile files.
Cut your Textile into a nice website!
Makas generates websites from a tree of Textile files. It does not
try to deduce any meaning from the structure of that tree (i.e. where
files are in the directory hierarchy), but can generate a b...
2021
2022
2023
2024
2025
2026
0.0
Line-tree parses indented lines of text and returns an array representing a tree structure.
2021
2022
2023
2024
2025
2026
0.0
This gem implements a rooted, ordered tree, with a focus on easy iteration over nodes and access to basic tree properties.
Moved to ---> "rooted".
2021
2022
2023
2024
2025
2026
0.0
An Acts As Tree like implementation for MongoMapper based on mongo_mapper_acts_as_tree
2021
2022
2023
2024
2025
2026
0.0
Make any Rails model treeable. Any model is Treeable if it has parent chuld relation with itself
2021
2022
2023
2024
2025
2026
0.0
A simple binary tree gem with level order, postorder tree traversal
2021
2022
2023
2024
2025
2026
0.0
Task Tree is a CLI tool that helps you keep track of your tasks in a tree structure
2021
2022
2023
2024
2025
2026
0.0
fast_tree is an implementation of tree structure using nested sets model
2021
2022
2023
2024
2025
2026
0.03
A Ruby implementation of the Centered Interval Tree data structure.
See also: http://en.wikipedia.org/wiki/Interval_tree
2021
2022
2023
2024
2025
2026
0.02
Sane ActiveRecord tree builder
2021
2022
2023
2024
2025
2026
0.02
Binary Tree based bracketing system
2021
2022
2023
2024
2025
2026
0.02
This is a ruby gem that provides drop in replacement for acts_as_tree but makes use of SQL recursive statement. Be sure to have a DBMS that supports recursive queries when using this gem (e.g. PostgreSQL or SQLite).
2021
2022
2023
2024
2025
2026
0.02
A Ruby implementation of the Augmented Interval Tree data structure.
See also: http://en.wikipedia.org/wiki/Interval_tree
2021
2022
2023
2024
2025
2026
0.01
RubyMacros is a lisp-like macro pre-processor for Ruby. More than just a
purely textual substitution scheme, RubyMacros can manipulate and morph
Ruby parse trees (in the form of RedParse Nodes) at parse time in just about
any way you see fit.
Macros are programmed in ruby itself. And since p...
2021
2022
2023
2024
2025
2026
0.01
Fully featured tree implementation for Mongoid using materialized paths and relative associations. Featuring Depth and Breadth first search.
2021
2022
2023
2024
2025
2026
0.01
This gem provides the jQuery plugin jquery-treeview for your Rails 3.1 application.
2021
2022
2023
2024
2025
2026