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: 119,036 of 196,150
Downloads: 6,231

Daily

Ranking: 64,132 of 196,123
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,669,460,804bundler
291,011,016,091rspec
98493,755,548simplecov
108475,134,931byebug
154336,563,255rdoc
4,3692,297,449jeweler

Owners

#GravatarHandle
1icondrsnooks