administrate-field-enum icon indicating copy to clipboard operation
administrate-field-enum copied to clipboard

A plugin to show enum attributes within Administrate.

Results 7 administrate-field-enum issues
Sort by recently updated
recently updated
newest added

#### Why? We had the need to restrict certain enum values from the dropdown select form #### Changes - Added `option_filter` which returns either a no-op filter proc by default...

Currently the field only renders the blank option if there is no presence validator on the specific field. But there is a problem with this approach because you can have...

Currently the lib tries to render the i18n value of the field even when it is nil. The problem with this is that when you have some i18n of it...

Currently the master branch in this repository references version `0.0.8` https://github.com/valiot/administrate-field-enum/blob/e77b4b632ece300666e8492f5707dd30d2c8b571/administrate-field-enum.gemspec#L5 instead of the deployed version 0.0.9 https://rubygems.org/gems/administrate-field-enum/versions/0.0.9 The latest version on ruby gems also doesn't appear to include this...

Create a readme using this links as a base https://robots.thoughtbot.com/how-to-write-a-great-readme https://github.com/PerfectlySoft/Perfect/blob/master/README.md

Any plans to support administrate v1? There are 3 beta versions of it out.