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: 22,472 of 180,402
Downloads: 55,728

Daily

Ranking: 24,576 of 180,392
Downloads: 10

Depended by

RankDownloadsName

Depends on

RankDownloadsName
7888,760,712activesupport
34538,878,963activerecord

Owners

#GravatarHandle
1iconmdub