This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Mon Sep 10 20:03:10 -0700 2007 | |
| |
init.rb | Mon Sep 10 20:03:10 -0700 2007 | |
| |
lib/ | ||
| |
test/ |
README
ActsAsNestedSet
==============
This acts_as extension provides Nested Set functionality. Nested Set is similiar to Tree, but with the added feature
that you can select the children and all of their descendents with a single query. A good use case for this is a
threaded post system, where you want to display every reply to a comment without multiple selects.
Example
=======
class Product < ActiveRecord::Base
acts_as_nested_set
end
Copyright (c) 2007 David Heinemeier Hansson, released under the MIT license 







