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:
= 複製 已複製

安裝:
=

版本列表:

  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)
顯示所有版本(共 4)

Runtime 相依性套件 (1):

activerecord >= 3.0.0

Development 相依性套件 (3):

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

擁有者:

作者:

  • Alex Stanovsky

SHA 256 checksum:

03285ddef1273c215ad98d1c2bc6148bdc83e15f6d17f8780583975170d59ff5

總下載次數 10,524

這個版本 5,783

License:

Ruby 版本需求: >= 0

相關連結: