Categories: None [Edit]

arboreal

https://rubygems.org/gems/arboreal
https://github.com/mdub/arboreal
Arboreal is yet another extension to ActiveRecord to support tree-shaped data structures. Internally, Arboreal maintains a computed "ancestry_string" column, which caches the path from the root of a tree to each node, allowing efficient retrieval of both ancestors and descendants. Arboreal surfaces relationships within the tree like "children", "ancestors", "descendants", and "siblings" as scopes, so that additional filtering/pagination can be performed.

Total

Ranking: 24,231 of 187,591
Downloads: 59,191

Daily

Ranking: 24,837 of 187,571
Downloads: 19

Depended by

RankDownloadsName

Depends on

RankDownloadsName
71,212,119,821activesupport
36719,592,156activerecord

Owners

#GravatarHandle
1iconmdub