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,840 of 192,692
Downloads: 6,139

Daily

Ranking: 104,950 of 192,666
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,389,621,074bundler
29976,634,844rspec
99464,953,038simplecov
102456,037,006byebug
165300,498,183rdoc
4,3092,204,542jeweler

Owners

#GravatarHandle
1icondrsnooks