public
Description:
Homepage: http://activescaffold.com
Clone URL: git://github.com/activescaffold/active_scaffold.git
name age message
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 Thu Jun 04 03:20:10 -0700 2009 Change repository recommendation for render_com... [scambra]
file Rakefile Mon Dec 03 16:41:14 -0800 2007 cleaning up rake tasks (folder, and gem packagi... [cainlevy]
file environment.rb Mon Mar 30 00:49:52 -0700 2009 Using I18n for singularizing, localized 'no opt... [lackac]
directory frontends/ Loading commit data...
file init.rb Mon Feb 23 07:51:40 -0800 2009 check rails 2.3 in master branch [scambra]
file install.rb Tue Jun 16 01:27:09 -0700 2009 Remove puts javascript code on install [scambra]
file install_assets.rb Tue Oct 28 12:10:38 -0700 2008 fix line endings [ewildgoose]
directory lib/
directory public/ Mon Feb 19 23:28:38 -0800 2007 importing codebase git-svn-id: http://actives... [cainlevy]
directory test/ Thu May 07 14:10:23 -0700 2009 missed deleting file [yairgo]
file uninstall.rb Thu Mar 08 09:42:38 -0800 2007 added uninstall.rb ... don't know why anyone wo... [cainlevy]
README
**********************************************************************************
** For all documentation see the project website: http://www.ActiveScaffold.com **
**********************************************************************************

ActiveScaffold plugin by Scott Rutherford (scott@caronsoftware.com), Richard White (rrwhite@gmail.com), Lance Ivy 
(lance@cainlevy.net), Ed Moss, and Tim Harper

Uses DhtmlHistory by Brad Neuberg (bkn3@columbia.edu)
http://codinginparadise.org

Uses Querystring by Adam Vandenberg
http://adamv.com/dev/javascript/querystring

Uses Paginator by Bruce Williams
http://paginator.rubyforge.org/

Supports RecordSelect by Lance Ivy
http://code.google.com/p/recordselect/

== Version Information

Please note the following list of Active Scaffold branches and Rails versions. Master will not work with Rails < 2.2

Rails master (edge): Active Scaffold master
Rails 2.2.*: Active Scaffold rails-2.2
Rails 2.1.*: Active Scaffold rails-2.1
Rails < 2.1: Active Scaffold 1-1-stable (no guarantees)

Since Rails 2.3, render_component plugin is needed for nested and embbeded scaffolds. It works with rails-2.3 branch 
from ewildgoose repository:
script/plugin install git://github.com/ewildgoose/render_component.git -r rails-2.3

Released under the MIT license (included)