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: 119,358 of 196,658
Downloads: 6,246

Daily

Ranking: 88,523 of 196,619
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,750,343,576bundler
291,020,526,382rspec
98501,545,707simplecov
108479,976,417byebug
151347,133,187rdoc
4,3772,315,941jeweler

Owners

#GravatarHandle
1icondrsnooks