ENUM database data-type in Rails?

Hi,

I’ve been looing for ENUM[1] support in Rails. All I’ve found is the
“Enumerated Column” plugin. Does anyone have any experience with that
plugin, or any other method of implementing ENUMs in Rails?

Thanks,
M.

[1] http://dev.mysql.com/doc/refman/5.0/en/enum.html
[2] http://enum-column.rubyforge.org/

(In case it wasn’t clear from the post, the link to the “Enumerated
Column” plugin is:

http://enum-column.rubyforge.org/
)

M.