Sha256: 2524442bf3dfcad2081844bba098ca1a50bae99a8812597d9fd2e03159b081d9

Contents?: true

Size: 1.35 KB

Versions: 10

Compression:

Stored size: 1.35 KB

Contents

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

License: MIT
Homepage: http://as-seq.rubyforge.org/
Repository: https://github.com/r-stu31/active_scaffold/tree/sequel
Documentation: https://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 (scott@caronsoftware.com), Richard White (rrwhite@gmail.com), Lance Ivy (lance@cainlevy.net), Ed Moss, Tim Harper and Sergio Cambra (sergio@entrecables.com)

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 data entries

10 entries across 10 versions & 1 rubygems

Version Path
active_scaffold-sequel-0.8.0 README
active_scaffold-sequel-0.7.1 README
active_scaffold-sequel-0.7.0 README
active_scaffold-sequel-0.6.2 README
active_scaffold-sequel-0.6.1 README
active_scaffold-sequel-0.6.0 README
active_scaffold-sequel-0.5.1 README
active_scaffold-sequel-0.5.0 README
active_scaffold-sequel-0.4.0 README
active_scaffold-sequel-0.3.0 README