BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

featureflags

v0.2.0RubyGems· Ruby

Simple implementation of the 'Feature Flags' pattern as a Ruby gem. Allows you to set defaults in a Hash of the form: ```{ feature_name_1: true, feature_name_2: false, feature_with_variations: 'A' }``` and override them with correspondingly-named environment variables. In the example above, you could enable the feature 'feature_name_2' with the environment variable 'FEATURE_NAME_2'.

The verdict
Abandoned. Last published 10 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 10 years ago.
Popularity
6 downloads / week
Security
No known advisories for this version (OSV).
License
MIT
Dependencies
No runtime dependencies
Recent releases
  • 0.2.010 years ago
  • 0.1.010 years ago
featureflags — Simple implementation of the 'Feature Flags' pattern as a Ruby gem. Allows you to set defaults in a Hash of the form: ```{ feature_name_1: true, feature_name_2: false, feature_with_variations: 'A' }``` and override them with correspondingly-named environment variables. In the example above, you could enable the feature 'feature_name_2' with the environment variable 'FEATURE_NAME_2'. (Ruby / RubyGems) · Modules