Project

zenslap

0.0
No commit activity in last 3 years
No release in over 3 years
Client for zenslap continuous integration
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.0
 Project Readme

zenslap

Provides an easy way to configure your heroku test environment for your zenslap app.

Install

gem install zenslap

Usage

The zenslap command delegates to the heroku command. It passes in the name of the heroku app that is used by zenslap for your testing environment. The first time you run the command you'll be asked for the of the zenslap app. You can find the name of this app on your dashboard.

Examples

First run

$ zenslap config

Enter the name of the zenslap app my zenslap app

DATABASE_URL => mysql://... RACK_ENV => test

All other runs

$ zenslap config

DATABASE_URL => mysql://... RACK_ENV => test