enum_type
enum_type copied to clipboard
PostgreSQL enumerated types in ActiveRecord
It looks like you changed the api to pass values via an option hash rather than as an array argument (per the comments in lib/enum_type.rb. Updating your main readme to...
RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...
Have you filed a bug to put the default enum stuff in AR itself?