Project

fire_up

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
The FlexibleCsv gem uses the FasterCSV gem to parse user created CSV files that may not have standard headers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.3.3
 Project Readme

FireUp¶ ↑

Developed by Chris Powers, March 27, 2010

What Does It Do?¶ ↑

The FireUp gem gives you a handy fire_up command that will fire up all the iTerm tabs you need for your project, and opens the project up in TextMate. FireUp uses a CLI dialog to get your project preferences and stores them in ~/.fire_up_config.

What Software Is Supported?¶ ↑

Right now support is admittedly narrow, it only supports my personal workflow of using iTerm for a terminal and TextMate for my editor, and it also assumes that projects are already running on Passenger.

I would like to eventually add support for using Terminal, other text editors like vim and emacs, and add the ability to fire up Mongrel / Thin / Unicorn servers rather than just Passenger.