activescaffold / active_scaffold_demo

The demo application for active scaffold

This URL has Read+Write access

name age message
file .gitignore Fri Jan 23 20:12:04 -0800 2009 baseline to pull to another machine for seleniu... [mike.gaffney]
file .gitmodules Wed May 06 09:26:31 -0700 2009 updating submodules and adding render component [yairgo]
file .project Fri Jan 23 20:12:04 -0800 2009 baseline to pull to another machine for seleniu... [mike.gaffney]
file CHANGELOG Sat Aug 23 00:43:53 -0700 2008 updated changelog again [Tim Harper]
file MIT-LICENSE Mon Feb 19 23:28:38 -0800 2007 importing codebase git-svn-id: http://actives... [cainlevy]
file README Wed Jan 21 21:08:06 -0800 2009 Revert "updated readme" This reverts commit 9b... [gaffo]
file README.textile Sun Aug 31 00:15:29 -0700 2008 updated README [Tim Harper]
file Rakefile Fri Jan 23 20:12:04 -0800 2009 baseline to pull to another machine for seleniu... [mike.gaffney]
directory app/ Thu May 07 14:11:41 -0700 2009 added example of overriding format to bear cont... [yairgo]
directory config/ Wed May 06 09:26:31 -0700 2009 updating submodules and adding render component [yairgo]
directory db/ Mon Mar 09 07:58:10 -0700 2009 change application to application controller ad... [yairgo]
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]
directory frontends/ Wed Jan 21 21:12:25 -0800 2009 Revert "removing what I think are unused files"... [gaffo]
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/ Fri Jan 23 20:12:04 -0800 2009 baseline to pull to another machine for seleniu... [mike.gaffney]
directory log/ Wed May 21 23:33:14 -0700 2008 added .gitignore file to ignore logs, and to ma... [Tim Harper]
directory public/ Fri Jan 23 19:03:10 -0800 2009 updated rails [mike.gaffney]
directory script/ Fri Jan 23 19:03:10 -0800 2009 updated rails [mike.gaffney]
directory test/ Sat Jan 24 12:33:31 -0800 2009 filed out tracking devices [gaffo]
file uninstall.rb Thu Mar 08 09:42:38 -0800 2007 added uninstall.rb ... don't know why anyone wo... [cainlevy]
directory vendor/ Tue May 19 07:59:45 -0700 2009 updating active scaffold [yairgo]
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