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

public
Description: The demo application for active scaffold
Homepage: http://activescaffold.com
Clone URL: git://github.com/activescaffold/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 Wed May 21 23:33:47 -0700 2008 added plugins as submodules [timcharper]
file README.textile Sun Aug 31 00:15:29 -0700 2008 updated README [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/ Sat Aug 30 23:48:50 -0700 2008 selenium tests are working again [timcharper]
directory db/ Mon Jul 23 15:39:35 -0700 2007 fixing two migrations that caused problems with... [cainlevy]
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/ Fri Jun 20 10:17:04 -0700 2008 updated javascripts for prototype 1.6.0.1 [timcharper]
directory script/ Fri Mar 16 10:06:28 -0700 2007 removing some cruft [cainlevy]
directory test/ Sun Aug 31 00:15:23 -0700 2008 cleaned up roles HABTM table [timcharper]
directory vendor/ Sat Aug 30 23:47:29 -0700 2008 Bumped active-scaffold version [timcharper]
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