gbdev / acts_as_dropdown

gem'ified version of DeLynn Berry's original plugin

This URL has Read+Write access

name age message
file CHANGELOG Fri Oct 10 16:01:55 -0700 2008 Fix gem problem with Array method .to_dropdown ... [spovich]
file MIT-LICENSE Fri Oct 10 12:56:19 -0700 2008 initial checkin [spovich]
file README Fri Oct 10 16:01:55 -0700 2008 Fix gem problem with Array method .to_dropdown ... [spovich]
file RUNNING_UNIT_TESTS Fri Oct 10 12:56:19 -0700 2008 initial checkin [spovich]
file Rakefile Fri Oct 10 12:56:19 -0700 2008 initial checkin [spovich]
file acts_as_dropdown.gemspec Fri Oct 10 16:23:21 -0700 2008 fix gemspec file manifest [spovich]
file init.rb Fri Oct 10 16:01:55 -0700 2008 Fix gem problem with Array method .to_dropdown ... [spovich]
directory lib/ Fri Oct 10 16:01:55 -0700 2008 Fix gem problem with Array method .to_dropdown ... [spovich]
directory test/ Fri Oct 10 12:56:19 -0700 2008 initial checkin [spovich]
README
= acts_as_dropdown

This plugin allows any ActiveRecord object to easily be used to create a HTML select option list.

The github repository gbdev-acts_as_dropdown was copied from http://acts-as-dropdown.googlecode.com/svn/trunk/ (rev 17) 
on 2008-10-10

The only current modifications in gbdev-acts_as_dropdown from the original are to make the plugin work as a gem and 
small reorganizing.

== Resources

Install

* [ruby] script\plugin install http://acts-as-dropdown.googlecode.com/svn/trunk/

  Or even better, use Piston (http://piston.rubyforge.org)

* piston import http://acts-as-dropdown.googlecode.com/svn/trunk/ vendor/plugins/acts_as_dropdown

RDocs

* These can be found in the doc directory at the root of the acts_as_dropdown directory by loading the
  index.html file into a browser.

Subversion

* http://acts-as-dropdown.googlecode.com/svn/

Special thanks to courtenay of http://habtm.com for giving me the idea for this plugin.