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: 118,243 of 193,767
Downloads: 6,164

Daily

Ranking: 114,013 of 193,752
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,495,674,061bundler
29989,755,551rspec
97475,999,505simplecov
104463,664,960byebug
163313,861,688rdoc
4,3262,245,194jeweler

Owners

#GravatarHandle
1icondrsnooks