acts_as_recursive_tree
Tree library
Provides a simple way to work with tree-like data in Rails applications using recursive SQL queries
Make use of recursive queries in Rails when using Postgresql or SQLite
72 stars
5 watching
2 forks
Language: Ruby
last commit: 9 days ago
Linked from 1 awesome list
activerecordpostgresqlrailsrubysqlite3
Related projects:
Repository | Description | Stars |
---|---|---|
amerine/acts_as_tree | A Ruby gem that adds support for organizing items into parent–children relationships to ActiveRecord | 587 |
closuretree/closure_tree | A Ruby library for building hierarchical data models in ActiveRecord | 1,846 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,313 |
rails-sqlserver/activerecord-sqlserver-adapter | A Ruby library that enables Rails applications to interact with Microsoft SQL Server databases. | 974 |
jonatas/fast | Tools to search and refactor Ruby code directly in its abstract syntax tree | 256 |
davyjoneslocker/postgres_ext | Adds support for missing PostgreSQL data types to ActiveRecord in Ruby on Rails applications | 643 |
kvokka/pp_sql | An ActiveRecord log beautifier gem for Ruby on Rails | 265 |
brendon/ranked-model | An acts_as_sortable alternative with optimized performance and support for multiple lists per table | 1,089 |
alassek/activerecord-pg_enum | Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
splintered-reality/py_trees_ros | ROS extensions and implementations for py_trees behaviour trees | 162 |
pawurb/activerecord-analyze | Analyzes query performance in Rails applications | 220 |
zorab47/active_admin-sortable_tree | A gem that provides drag'n'drop sorting and tree views for ActiveAdmin resource indexes | 162 |
railseventstore/rails_event_store | A Ruby implementation of an Event Store based on Active Record | 1,423 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 126 |
jbreeden/mruby-sqlite | Provides Ruby language bindings to the SQLite3 C API | 4 |