public
Description: A small demo app for active_scaffold_sortable
Homepage: http://activescaffold.com/
Clone URL: git://github.com/activescaffold/active_scaffold_sortable_demo.git
name age message
file .gitignore Tue Jun 03 22:14:17 -0700 2008 initial commit [timcharper]
file .gitmodules Tue Jun 03 22:14:17 -0700 2008 initial commit [timcharper]
file README.textile Thu Jun 12 10:06:49 -0700 2008 added init to instructions [Andrew Roth]
file Rakefile Tue Jun 03 22:14:17 -0700 2008 initial commit [timcharper]
directory app/ Thu Jun 12 12:28:27 -0700 2008 hah - how did I forget the most important piece... [timcharper]
directory config/ Tue Jun 03 22:23:27 -0700 2008 auto redirect to tasks controller [timcharper]
directory db/ Tue Jun 03 22:14:17 -0700 2008 initial commit [timcharper]
directory doc/ Tue Jun 03 22:14:17 -0700 2008 initial commit [timcharper]
directory log/ Tue Jun 03 22:14:17 -0700 2008 initial commit [timcharper]
directory public/ Tue Jun 03 22:23:27 -0700 2008 auto redirect to tasks controller [timcharper]
directory script/ Tue Jun 03 22:14:17 -0700 2008 initial commit [timcharper]
directory vendor/ Thu Jun 12 12:28:27 -0700 2008 hah - how did I forget the most important piece... [timcharper]
README.textile

Active Scaffold Sortable Demo

A small demo application to show off active scaffold sortable.

To install and run:

git clone git://github.com/activescaffold/active_scaffold_sortable_demo.git
cd active_scaffold_sortable_demo
git submodule init
git submodule update
rake db:migrate
script/server