Categories: None [Edit]

featureflags

https://rubygems.org/gems/featureflags
https://github.com/aldavidson/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: 117,350 of 191,483
Downloads: 6,085

Daily

Ranking: 64,016 of 191,454
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,294,095,825bundler
29964,633,797rspec
99455,133,578simplecov
102448,491,840byebug
168288,418,751rdoc
4,2942,168,683jeweler

Owners

#GravatarHandle
1icondrsnooks