Project

ftrio

0.0
No commit activity in last 3 years
No release in over 3 years
Feature managment tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
>= 0
 Project Readme

ftrio

Ftrio is tool for managing software development process. It has usefull rake tasks that manages git branches and heroku apps.

Philosophy

Ftrio has unique Philosophy for managing software development process using heroku and git.

feature-branch

feature-branch is the specific branch that holds all the commits related to that feature.

feature-app

feature-app is a heroku app which holds feature-branch.

Installation

Just add gem 'ftrio' to your GemFile

Usage

ftrio:create[feature]

  • Creates feature-branch
  • Creates feature-app just for that feature at heroku
  • Pushes feature-branch into feature-app

ftrio:push

  • Pushes feature-branch to feature-app

ftrio:destroy

  • Destroyes feature-branch
  • Destroyes feature-app