public
Description:
Homepage: http://activescaffold.com
Clone URL: git://github.com/activescaffold/active_scaffold.git
name age message
file .autotest Mon Sep 07 22:55:26 -0700 2009 - install a mock_app for testing and set up aut... [Adam Salter]
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... [Laszlo Bacsi]
directory frontends/ Wed Nov 18 09:17:47 -0800 2009 Restore inplace editing cloning some fields fro... [scambra]
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 Wed Aug 26 16:06:34 -0700 2009 Make any necessary parent directories when inst... [shoe]
directory lib/ Wed Nov 18 09:17:47 -0800 2009 Restore inplace editing cloning some fields fro... [scambra]
directory public/ Mon Feb 19 23:28:38 -0800 2007 importing codebase git-svn-id: http://actives... [cainlevy]
directory test/ Wed Oct 28 05:45:54 -0700 2009 Fix set sorting from default_scope when directi... [scambra]
file uninstall.rb Thu Oct 01 01:09:48 -0700 2009 Fix typo [scambra]
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)