My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Code now maintained at:

git://github.com/edwinmoss/active_scaffold.git

AST has now been merged into the core of my fork of AS.


A toolbox for ActiveScaffold including:

Bridge for :boolean - booleans are represented as check boxes, :checkbox. Bridge for :date - dates are represented as :dhtml_calendar (Requires dhtml_calendar plugin)

Adds support for columns_by_key_value block. For Example:

columns_by_key_value [ 
	    [:assessment => {
	      :description => "ADMIN_REQUIRED", 
	      :exclude => [],
	      :form_ui => :select,
	      :label => "ADMIN_ASSESSMENT_TYPE",
	      :options => {:print_width => "140"},
	      :required => true}]...]

Generator for quickly creating model and controller with columns_by_key_value support. For Example:

script/generate active_scaffold SpiStep spi_steps
Powered by Google Project Hosting