acts_as_tree
Tree library
A Ruby gem that adds support for organizing items into parent–children relationships to ActiveRecord
ActsAsTree -- Extends ActiveRecord to add simple support for organizing items into parent–children relationships.
588 stars
23 watching
88 forks
Language: Ruby
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zorab47/active_admin-sortable_tree | A gem that provides drag'n'drop sorting and tree views for ActiveAdmin resource indexes | 161 |
1and1/acts_as_recursive_tree | Provides a simple way to work with tree-like data in Rails applications using recursive SQL queries | 73 |
expectedbehavior/acts_as_archival | A Ruby plugin for atomic archiving and unarchiving of objects in Active Record models | 128 |
rails-engine/action-store | Provides a way to store and manage actions across different models using polymorphic associations in Active Record. | 405 |
closuretree/closure_tree | A Ruby library for building hierarchical data models in ActiveRecord | 1,848 |
activeadmin/arbre | A Ruby gem for building HTML views using an object-oriented DOM tree structure. | 769 |
jonatas/fast | Tools to search and refactor Ruby code directly in its abstract syntax tree | 256 |
healthie/activerecord_cursor_paginate | Cursor-based pagination for active records in Ruby on Rails applications | 135 |
rajasegar/ruby-ast-explorer | A tool for visualizing and transforming Ruby source code as an Abstract Syntax Tree (AST) to improve maintainability and refactorability. | 16 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 130 |
brendon/acts_as_list | Provides a way to manage ordered lists of objects in a database | 2,050 |
appoxy/simple_record | An ActiveRecord-like interface for interacting with SimpleDB | 129 |
closuretree/with_advisory_lock | Adds advisory locking to ActiveRecord models for concurrent access control | 630 |
synctree/activerecord-hive-adapter | A library that enables support for Hive in Ruby on Rails applications using an Active Record adapter | 5 |
brendon/ranked-model | An acts_as_sortable alternative with optimized performance and support for multiple lists per table | 1,091 |