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,982 of 189,104
Downloads: 6,030

Daily

Ranking: 73,396 of 189,083
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,155,797,051bundler
29946,005,779rspec
99440,871,647simplecov
100437,649,774byebug
177269,359,648rdoc
4,3012,081,535jeweler

Owners

#GravatarHandle
1icondrsnooks