public
Description: A demo of how to create an app using betternestedset with validations various display options
Homepage:
Clone URL: git://github.com/zilkey/nested_set_demo.git
nested_set_demo / README.rdoc
f05e43de » zilkey 2008-05-14 added readme 1 == Installation
2
3 Make sure you have sqlite3 - for mac users with macports just run:
4
5 sudo port install sqlite3
6 sudo port install rb-sqlite3
7
8 Grab the app
9
10 git clone git://github.com/zilkey/nested_set_demo.git
11
12 Start the server (the db is already here - no need to migrate)
13
14 This runs off of the betternestedset plugin found at:
15
16 http://opensource.symetrie.com/trac/better_nested_set/
17
18 To install this plugin in your app, run:
19
20 script/plugin install svn://rubyforge.org/var/svn/betternestedset/trunk
21
d0d4787d » zilkey 2008-05-14 updated readme 22 == Figuring out what's happening
23
24 The code has lots of comments in it - particularly the model, migration and helper.