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,902 of 192,137
Downloads: 60,533

Daily

Ranking: 46,395 of 192,103
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
71,325,511,824activesupport
36778,810,251activerecord

Owners

#GravatarHandle
1iconmdub