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 (
nested_set_demo / README.rdoc
Installation
Make sure you have sqlite3 - for mac users with macports just run:
sudo port install sqlite3 sudo port install rb-sqlite3
Grab the app
git clone git://github.com/zilkey/nested_set_demo.git
Start the server (the db is already here - no need to migrate)
This runs off of the betternestedset plugin found at:
http://opensource.symetrie.com/trac/better_nested_set/
To install this plugin in your app, run:
script/plugin install svn://rubyforge.org/var/svn/betternestedset/trunk
Figuring out what’s happening
The code has lots of comments in it - particularly the model, migration and helper.







