yairgo / active_scaffold_demo forked from activescaffold/active_scaffold_demo

The demo application for active scaffold

This URL has Read+Write access

yairgo (author)
Fri Jan 09 15:41:06 -0800 2009
commit  0b17374d65010d6be97f1d1fde0261d78c8dc484
tree    4ac215185fd60670d31cfbc678b59fd477ee0056
parent  823b62e06aa68998d5307e4cf178f6c42dfb866b
name age message
file .gitignore Loading commit data...
file .gitmodules
file README.textile Sun Aug 31 00:15:29 -0700 2008 updated README [timcharper]
file Rakefile
directory app/
directory config/
directory db/
directory doc/ Wed Mar 07 17:56:43 -0800 2007 git-svn-id: http://activescaffold.googlecode.co... [rrwhite]
directory lib/
directory log/ Wed May 21 23:33:14 -0700 2008 added .gitignore file to ignore logs, and to ma... [timcharper]
directory public/
directory script/
directory test/
directory vendor/
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

Running selenium tests:

Please refer to test/README_selenium.textile