0.0
To make it easier to build and manipulate SQL queries, sql_tree can parse an SQL query to represent it as a tree of nodes and can generate an SQL query given a tree as input
2020
2021
2022
2023
2024
2025
0.02
GUI for sortable tree to manage data organized in tree with ancestry gem.
2020
2021
2022
2023
2024
2025
0.02
A binary tree of one-time singatures known as a merkle tree. Often used in distributed systems such as Git, Cassandra or Bitcoin for efficiently summarizing sets of data.
2020
2021
2022
2023
2024
2025
0.01
Tree_hierarchy allows to form a tree structure based on parent-child relationship
with simple and fast computation for large records. Additional feature of updating
the parent record with the sum of its child value
2020
2021
2022
2023
2024
2025
0.01
git-status-tree is a command line tool that shows git repository changes in a file tree.
2020
2021
2022
2023
2024
2025
0.01
A self balancing avl binary search tree class. Also includes BinarySearchTreeHash which is a hash like class that internally uses binary search tree.
2020
2021
2022
2023
2024
2025
0.0
fast_tree is an implementation of tree structure using nested sets model
2020
2021
2022
2023
2024
2025
0.0
Task Tree is a CLI tool that helps you keep track of your tasks in a tree structure
2020
2021
2022
2023
2024
2025
0.0
This library can be used to build a tree structure, and render or print it
like an ASCII graph. It can be used to implement a directory tree viewer
or something like that.
2020
2021
2022
2023
2024
2025
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 ...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
Ancestry allows the records of a ActiveRecord model to be organised in a tree structure, using a single, intuitively formatted database column. It exposes all the standard tree structure relations (ancestors, parent, root, children, siblings, descendants) and all of them can be fetched in a singl...
2020
2021
2022
2023
2024
2025
0.0
Multiroot_tree has some of the functions of a typical tree data structure. It can be used to model process, dependencies, and prerequisites.
2020
2021
2022
2023
2024
2025
0.0
An Acts As Tree like implementation for MongoMapper based on mongo_mapper_acts_as_tree
2020
2021
2022
2023
2024
2025
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".
2020
2021
2022
2023
2024
2025
0.0
Make any Rails model treeable. Any model is Treeable if it has parent chuld relation with itself
2020
2021
2022
2023
2024
2025
0.0
A simple binary tree gem with level order, postorder tree traversal
2020
2021
2022
2023
2024
2025
0.0
Line-tree parses indented lines of text and returns an array representing a tree structure.
2020
2021
2022
2023
2024
2025