RubyGems Navigation menu

acts_as_recursive_tree 3.0.0

This is a ruby gem that provides drop in replacement for acts_as_tree but makes use of SQL recursive statement. Be sure to have a DBMS that supports recursive queries when using this gem (e.g. PostgreSQL or SQLite).

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 3.5.0 - August 11, 2023 (23.5 KB)
  2. 3.4.0 - March 13, 2023 (23 KB)
  3. 3.3.0 - January 26, 2023 (23 KB)
  4. 3.2.0 - January 23, 2023 (22 KB)
  5. 3.1.0 - December 20, 2021 (21.5 KB)
  6. 3.0.0 - August 02, 2021 (21.5 KB)
Show all versions (13 total)

Runtime Dependencies (3):

activerecord >= 5.2.0, < 7.0
activesupport >= 5.2.0, < 7.0
zeitwerk >= 2.4

Development Dependencies (8):

appraisal ~> 2.4
rake >= 0
rspec-rails >= 3.5
rubocop >= 1.8.0
rubocop-rails >= 2.9.0
rubocop-rspec >= 2.1.0
sqlite3 ~> 1.3

Owners:

Pushed by:

Authors:

  • Wolfgang Wedelich-John, Willem Mulder

SHA 256 checksum:

85a9bf800c8ac3dd0f5a1772d0062676792ac3b86bf2570966e73bd17faf81a1

Total downloads 49,856

For this version 2,440

License:

MIT

Required Ruby Version: >= 2.5.0

Links: