This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | ||
| |
MIT-LICENSE | ||
| |
README | ||
| |
RUNNING_UNIT_TESTS | ||
| |
Rakefile | ||
| |
acts_as_dropdown.gemspec | ||
| |
init.rb | ||
| |
lib/ | ||
| |
test/ |
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.








