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: 115,298 of 184,814
Downloads: 5,654

Daily

Ranking: 46,657 of 184,790
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,632,115,831bundler
26855,240,869rspec
94381,653,673byebug
99375,705,349simplecov
202191,494,647rdoc
4,1761,890,206jeweler

Owners

#GravatarHandle
1icondrsnooks