ruby-feature

Feature Toggle library for ruby
  https://github.com/mgsnova/feature
  0
  no reviews



The feature toggle functionality has to be configured by feature repositories. A feature repository simply provides lists of active features (symbols!). Unknown features are assumed inactive.

With this approach Feature is highly configurable and not bound to a specific kind of configuration.