public
Description: The demo application for active scaffold
Homepage: http://activescaffold.com
Clone URL: git://github.com/activescaffold/active_scaffold_demo.git
gaffo (author)
Wed Jan 21 20:54:16 -0800 2009
commit  c795e8f0dd39ff683c7ae9ed0d1f8ae5a13bac81
tree    a4eb7c8c502f22cdcfaaed477af76a67912d3c86
parent  702c8ca6b96ff0ec9c0a48cdcefce9486c7dad52
name age message
file .gitignore Loading commit data...
file .gitmodules
file CHANGELOG Sat Aug 23 00:43:53 -0700 2008 updated changelog again [timcharper]
file MIT-LICENSE Mon Feb 19 23:28:38 -0800 2007 importing codebase git-svn-id: http://actives... [cainlevy]
file README
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]
file environment.rb Fri Dec 19 20:08:14 -0800 2008 Fix file column bridge. [Edwin Moss]
file init.rb Fri Nov 21 18:52:03 -0800 2008 updating the rails version check [cainlevy]
file install.rb Tue Oct 28 12:10:38 -0700 2008 fix line endings [ewildgoose]
file install_assets.rb Tue Oct 28 12:10:38 -0700 2008 fix line endings [ewildgoose]
directory lib/
directory log/ Wed May 21 23:33:14 -0700 2008 added .gitignore file to ignore logs, and to ma... [timcharper]
directory public/ Fri Jan 23 19:03:10 -0800 2009 updated rails [mike.gaffney]
directory script/
directory test/
file uninstall.rb Thu Mar 08 09:42:38 -0800 2007 added uninstall.rb ... don't know why anyone wo... [cainlevy]
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