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: 11,925 of 180,418
Downloads: 156,254

Daily

Ranking: 11,292 of 180,402
Downloads: 81

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,070,092,981bundler
23767,030,897rspec
214146,245,421rdoc
43873,779,346deep_merge
65457,485,999psych
3,8821,812,482jeweler
47,56220,449rake-tui

Owners

#GravatarHandle
1iconandy_maleh
2iconAndyMaleh