CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 12:06:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100329120739
location: https://web.archive.org/web/20100329120739/https://github.com/rails/acts_as_nested_set
server-timing: captures_list;dur=0.659825, exclusion.robots;dur=0.023443, exclusion.robots.policy;dur=0.010088, esindex;dur=0.013784, cdx.remote;dur=27.415298, LoadShardBlock;dur=334.492290, PetaboxLoader3.datanode;dur=83.936250, PetaboxLoader3.resolve;dur=82.986295
x-app-server: wwwb-app215
x-ts: 302
x-tr: 396
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 12:06:44 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 29 Mar 2010 12:07:38 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "aa71d225b0c7e23b8d960589187e8e6f"
x-archive-orig-x-runtime: 100ms
x-archive-orig-content-length: 19568
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 29 Mar 2010 12:07:39 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 25 Sep 2009 04:23:41 GMT", ; rel="prev memento"; datetime="Mon, 15 Feb 2010 05:20:02 GMT", ; rel="memento"; datetime="Mon, 29 Mar 2010 12:07:39 GMT", ; rel="next memento"; datetime="Tue, 06 Apr 2010 15:51:43 GMT", ; rel="last memento"; datetime="Tue, 06 Dec 2022 05:09:18 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_15_20100329074517_crawl101-c/51_15_20100329120712_crawl101.arc.gz
server-timing: captures_list;dur=0.492170, exclusion.robots;dur=0.018908, exclusion.robots.policy;dur=0.007760, esindex;dur=0.009956, cdx.remote;dur=18.789580, LoadShardBlock;dur=322.810259, PetaboxLoader3.datanode;dur=157.118998, PetaboxLoader3.resolve;dur=166.427989, load_resource;dur=151.204433
x-app-server: wwwb-app215
x-ts: 200
x-tr: 551
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
rails's acts_as_nested_set at master - GitHub
rails / acts_as_nested_set
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
README | Mon Sep 10 20:03:10 -0700 2007 | Turned ActiveRecord::Acts::NestedSet into a plu... [dhh] |
![]() |
init.rb | Mon Sep 10 20:03:10 -0700 2007 | Turned ActiveRecord::Acts::NestedSet into a plu... [dhh] |
![]() |
lib/ | Mon Sep 10 22:41:27 -0700 2007 | Fix generic file name in main load path. [jeremy] |
![]() |
test/ | Mon Sep 10 22:41:27 -0700 2007 | Fix generic file name in main load path. [jeremy] |
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