Sha256: 2322c0186acad917db8c2ee8b6b90e8db1cb911ffa82c9da661c482dd98a4bd8

Contents?: true

Size: 725 Bytes

Versions: 5

Compression:

Stored size: 725 Bytes

Contents

This works with Rails 3 and rails 3 fork of ActiveScaffold:
http://github.com/vhochstein/active_scaffold

Usage:
active_scaffold :model do |conf|
  conf.actions.add :config_list
end


Overview

A plugin for Active Scaffold that provides the ability to choose the column to show in the scaffold list at run-time

The configuration data will be saved on the session.


Rails 3.0 Gem:
gem 'active_scaffold_config_list_vho'
or
gem 'active_scaffold_config_list_vho', :git => 'git://github.com/vhochstein/active_scaffold_config_list.git', :branch => 'rails-3.0'

Rails 3.1 Gem:
gem 'active_scaffold_config_list_vho'
or
gem 'active_scaffold_config_list_vho', :git => 'git://github.com/vhochstein/active_scaffold_config_list.git'



Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
active_scaffold_config_list_vho-3.1.2 README
active_scaffold_config_list-3.2.1 README
active_scaffold_config_list-3.2.0 README
active_scaffold_config_list_vho-3.1.1 README
active_scaffold_config_list_vho-3.1.0 README