Categories: None [Edit]
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'.
Total
Ranking: 116,266 of 186,959
Downloads: 5,755
Daily
Ranking: 117,132 of 186,713
Downloads: 3
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Owners
# | Gravatar | Handle |
---|---|---|
1 | drsnooks |