The original ActiveScaffold (github.com/activescaffold/active_scaffold) supports Rails (rubyonrails.org/) with it’s native ORM ActiveRecord. This version replaces support for ActiveRecord with support for Sequel (sequel.rubyforge.org/).

License: MIT Homepage: as-seq.rubyforge.org/ Repository: github.com/r-stu31/active_scaffold/tree/sequel Documentation: github.com/activescaffold/active_scaffold/wiki

Version Information

This version of ActiveScaffold is being developed with Rails 3.1.3 and Sequel 3.32.0.

If you want to use the gem, add to your Gemfile:

gem 'active_scaffold-sequel', :require => 'active_scaffold'

In case you would like to use most recent commit:

gem 'active_scaffold-sequel', :require => 'active_scaffold', :git => 'git://github.com/r-stu31/active_scaffold.git', :branch => 'sequel'

Authors

ActiveScaffold Gem/Plugin by Scott Rutherford ([email protected]), Richard White ([email protected]), Lance Ivy ([email protected]), Ed Moss, Tim Harper and Sergio Cambra ([email protected])

Uses DhtmlHistory by Brad Neuberg ([email protected]) codinginparadise.org

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

Uses Paginator by Bruce Williams paginator.rubyforge.org/

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