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: 116,659 of 188,219
Downloads: 5,988

Daily

Ranking: 114,388 of 188,199
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,075,063,380bundler
29934,743,048rspec
99432,115,353simplecov
100430,806,062byebug
179257,515,761rdoc
4,3092,030,653jeweler

Owners

#GravatarHandle
1icondrsnooks