RubyGems Navigation menu

abstract_feature_branch 0.9.0

abstract_feature_branch is a Rails gem that enables developers to easily branch by abstraction as per this pattern: http://paulhammant.com/blog/branch_by_abstraction.html It is a productivity and fault tolerance enhancing team practice that has been utilized by professional software development teams at large corporations, such as Sears and Groupon. 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, 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 DDD's pattern of Bounded Contexts by allowing developers to configure context-specific feature files if needed.

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 1.6.0 - January 22, 2024 (22 KB)
  2. 1.5.1 - February 14, 2023 (21 KB)
  3. 1.5.0 - February 12, 2023 (21 KB)
  4. 1.4.0 - February 05, 2023 (20,5 KB)
  5. 1.3.3 - January 15, 2023 (20,5 KB)
  6. 0.9.0 - November 26, 2013 (19,5 KB)
Zeige alle Versionen (34 total)

Runtime Abhängigkeiten (1):

deep_merge = 1.0.0

Development Abhängigkeiten (1):

jeweler = 1.8.8

Besitzer:

Autoren:

  • Annas "Andy" Maleh

SHA 256-Prüfsumme:

ecda2f550208413d7b5842fe36b06db14de162b2c330feb183de01be3e77dd3b

Downloads insgesamt 154.918

Für diese Version 4.569

Lizenz:

MIT

Erforderliche Ruby-Version: None

Links: