Categories: None [Edit]

abstract_feature_branch

https://rubygems.org/gems/abstract_feature_branch
https://github.com/AndyObtiva/abstract_feature_branch
abstract_feature_branch is a Ruby gem that provides a unique variation on the Branch by Abstraction Pattern by Paul Hammant and the Feature Toggles Pattern by Martin Fowler to enhance team productivity and improve software fault tolerance. It provides the ability to wrap blocks of code with an abstract feature branch name, and then specify in a configuration file which features to be switched on or off. The goal is to build out upcoming features in the same source code repository branch (i.e. Continuous Integration and Trunk-Based Development), regardless of whether all are completed by the next release date or not, thus increasing team productivity by preventing integration delays. Developers then disable in-progress features until they are ready to be switched on in production, yet enable them locally and in staging environments for in-progress testing. This gives developers the added benefit of being able to switch a feature off after release should big problems arise for a high risk feature. abstract_feature_branch additionally supports Domain Driven Design's pattern of Bounded Contexts by allowing developers to configure context-specific feature files if needed. abstract_feature_branch is one of the simplest and most minimalistic "Feature Flags" Ruby gems out there as it enables you to get started very quickly by simply leveraging YAML files without having to set up a data store if you do not need it (albeit, you also have the option to use Redis as a very fast in-memory data store).

Total

Ranking: 12,197 of 183,471
Downloads: 166,438

Daily

Ranking: 9,357 of 183,459
Downloads: 45

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,455,829,279bundler
25824,998,340rspec
210172,448,676rdoc
42486,011,702deep_merge
45381,677,605psych
4,0881,860,804jeweler
45,22723,207rake-tui

Owners

#GravatarHandle
1iconandy_maleh
2iconAndyMaleh