ancestry
Hierarchy manager
A gem that organizes Rails ActiveRecord models into hierarchical structures using the materialized path pattern
Organise ActiveRecord model into a tree structure
4k stars
53 watching
463 forks
Language: Ruby
last commit: about 1 month ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
closuretree/closure_tree | A Ruby library for building hierarchical data models in ActiveRecord | 1,846 |
skyeagle/mongoid-ancestry | Enables hierarchical organization of data in Mongoid models using a tree-like structure | 85 |
1and1/acts_as_recursive_tree | Provides a simple way to work with tree-like data in Rails applications using recursive SQL queries | 72 |
asiniy/ecto_materialized_path | A library to efficiently store and query hierarchical data in Ecto schemas using a materialized path pattern | 62 |
zorab47/active_admin-sortable_tree | A gem that provides drag'n'drop sorting and tree views for ActiveAdmin resource indexes | 162 |
activerecord-hackery/ransack | A Ruby gem that adds object-based searching to Rails applications. | 5,688 |
magicalpanda/magicalrecord | Simplifies data fetching in Core Data using an object-oriented approach inspired by Ruby on Rails' Active Record pattern. | 10,793 |
kvokka/pp_sql | An ActiveRecord log beautifier gem for Ruby on Rails | 265 |
khiav223577/deep_pluck | Allows plucking attributes from nested associations in Rails without loading unnecessary records | 460 |
orslumen/record-cache | A gem that stores Active Model records in a cache store for faster lookups and automatic invalidation. | 145 |
amerine/acts_as_tree | A Ruby gem that adds support for organizing items into parent–children relationships to ActiveRecord | 588 |
blokhin/genealogical-trees | A web-based application that converts GEDCOM files into genealogical tree graphs and visualizes them using D3.js. | 26 |
kanwei/algorithms | A comprehensive library of algorithms and data structures in Ruby | 2,669 |
glebm/order_query | A gem that efficiently finds next or previous records in a database table | 510 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 126 |