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: 114,923 of 183,748
Downloads: 5,593

Daily

Ranking: 107,759 of 183,729
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,482,641,065bundler
26829,404,942rspec
94364,906,973byebug
99356,972,145simplecov
209175,145,863rdoc
4,1001,864,462jeweler

Owners

#GravatarHandle
1icondrsnooks