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,080 of 189,679
Downloads: 6,040

Daily

Ranking: 68,139 of 189,654
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,196,772,394bundler
29951,539,742rspec
99445,148,645simplecov
100441,004,135byebug
173275,098,840rdoc
4,2982,109,442jeweler

Owners

#GravatarHandle
1icondrsnooks