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 | Thu Jul 12 11:28:04 -0700 2007 | |
| |
README | ||
| |
Rakefile | ||
| |
init.rb | Thu Jul 12 11:28:04 -0700 2007 | |
| |
lib/ | ||
| |
test/ |
README
= acts_as_enumeration acts_as_enumeration adds support for declaring an ActiveRecord class as an enumeration. == Resources API * http://api.pluginaweek.org/acts_as_enumeration Wiki * http://wiki.pluginaweek.org/Acts_as_enumeration Announcement * http://www.pluginaweek.org/ Source * http://svn.pluginaweek.org/trunk/plugins/active_record/acts/acts_as_enumeration Development * http://dev.pluginaweek.org/browser/trunk/plugins/active_record/acts/acts_as_enumeration == Description Support for enumerations is dependent on the type of database you use. For example, MySQL has native support for the enum data type. However, there is no native Rails support for defining enumerations and the associations between it and other models in the application. acts_as_enumeration adds support for enumerations in Rails by providing methods for interacting with records in a table as if they were values in an enumeration. See the API for usage examples. == Testing This plugin requires that the plugin_test_helper gem be installed in order to run the unit tests. To install this gem: gem install plugin_test_helper == References Trevor Squires - http://svn.protocool.com/rails/plugins/enumerations_mixin








