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,221 of 187,267
Downloads: 5,904

Daily

Ranking: 70,021 of 187,255
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,974,801,296bundler
27919,702,603rspec
98421,420,226byebug
99421,400,699simplecov
185242,112,062rdoc
4,2941,989,875jeweler

Owners

#GravatarHandle
1icondrsnooks