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,361 of 187,622
Downloads: 5,942

Daily

Ranking: 106,140 of 187,603
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,012,753,026bundler
28925,351,231rspec
98425,428,441simplecov
100424,895,207byebug
182248,553,813rdoc
4,2982,005,263jeweler

Owners

#GravatarHandle
1icondrsnooks