enummer icon indicating copy to clipboard operation
enummer copied to clipboard

🏳️‍🌈 Multi enums (aka flags) for Rails

Results 3 enummer issues
Sort by recently updated
recently updated
newest added

Right now we use the same implementation for any database, but it would be preferable to support optimizations in each. Postgres, for example, provides a `bitstring` field which was actually...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Similar to the Rails `enum` behavior, allow initializing an `enummer` with a hash where the values correspond to the indices of the bits that map to the flag. This is...