0.0
No release in over a year
Handy (experimental) Heroku gem for noobs to create a simple Heroku app in a whiz!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.3, >= 1.3.6
~> 2.5, >= 2.5.0
 Project Readme

Introducing the Heroku_whiz gem

In order to use this gem you will need to have signed up for a Heroku account. Also, you will need to demonstrate you can follow the steps on how to deploy a simple Rack based Heroka app.

Example usage

require 'heroku_whiz'

hw = HerokuWhiz.new dir: '/home/james/heroku', template: 'rack', appname: 'hello2'

hw.wipe_clean    # removes the previous local app file directory
hw.create        # creates the local app file directory
#hw.local_run    # runs the web app locally
hw.local_testrun # tests the local web app returns the correct page
hw.deploy        # creates the new app on Heroku
hw.app_url       #=> e.g. https://frozen-dusk-65820.herokuapp.com/

Resources

heroku app herokuapp deploy webhosting wizard gem