GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of activescaffold/active_scaffold_demo
Description: The demo application for active scaffold
Homepage: http://activescaffold.com
Clone URL: git://github.com/relevance/active_scaffold_demo.git
name age message
file .gitignore Wed May 21 23:42:10 -0700 2008 added generated files, upload folder to .gitignore [timcharper]
file .gitmodules Tue Jun 03 09:45:12 -0700 2008 add vendor/rails via submodule [rsanheim]
file README.textile Sat May 31 14:27:07 -0700 2008 missed an important step to run the demo: "... [timcharper]
file Rakefile Wed Mar 07 17:56:43 -0800 2007 git-svn-id: http://activescaffold.googlecode.co... [rrwhite]
directory app/ Sat May 31 14:26:17 -0700 2008 annotated models (using the annotate_models gem... [timcharper]
directory config/ Tue Jun 03 09:46:06 -0700 2008 update boot, js, script for latest rails [rsanheim]
directory db/ Tue Jun 03 09:46:16 -0700 2008 new script and test db [rsanheim]
directory doc/ Wed Mar 07 17:56:43 -0800 2007 git-svn-id: http://activescaffold.googlecode.co... [rrwhite]
directory lib/ Wed May 16 17:15:20 -0700 2007 adding a security scenario to the demo. this in... [cainlevy]
directory log/ Wed May 21 23:33:14 -0700 2008 added .gitignore file to ignore logs, and to ma... [timcharper]
directory public/ Tue Jun 03 09:46:06 -0700 2008 update boot, js, script for latest rails [rsanheim]
directory script/ Tue Jun 03 09:46:16 -0700 2008 new script and test db [rsanheim]
directory test/ Tue Jun 03 09:43:18 -0700 2008 test [rsanheim]
directory vendor/ Tue Jun 03 09:45:12 -0700 2008 add vendor/rails via submodule [rsanheim]
README.textile

Active Scaffold Demo

A rails application to demonstrate the features of ActiveScaffold.

To install and run:

# Clone the application 
git clone git://github.com/activescaffold/active_scaffold_demo.git
cd active_scaffold_demo
git submodule init && git submodule update  
rake db:migrate
script/server