RubyGems Navigation menu

index_tree 0.0.5

This Gem eagerly loads trees by indexing the nodes of the tree. The number of queries needed for loading a tree is N, Where N is the number of different models(ActiveRecords) in the tree. Each inner object in the tree have an index node instance that is connecting it to the root. When the root of the tree is loaded, only the objects that are in the tree are fetched(Pruning). The index nodes are created when the root element is saved and stored in the IndexNode model.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.5 - October 04, 2014 (12.5 KB)
  2. 0.0.3 - October 01, 2014 (11.5 KB)
  3. 0.0.1 - September 29, 2014 (9.5 KB)
Show all versions (4 total)

Runtime Dependencies (1):

activerecord >= 3.0.0

Development Dependencies (3):

minitest >= 0
rdoc >= 0
sqlite3 >= 0

Owners:

Authors:

  • Alex Stanovsky

SHA 256 checksum:

03285ddef1273c215ad98d1c2bc6148bdc83e15f6d17f8780583975170d59ff5

Total downloads 10,501

For this version 5,772

Licenses:

N/A

Required Ruby Version: >= 0

Links: