Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
/ roguerails.com Public archive

Rogue Rails: Agile Rails 4 Workshop and Conference Website

Notifications You must be signed in to change notification settings

RogueRails/roguerails.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Adam Cuppy
Jul 15, 2015
e71faef · Jul 15, 2015

History

44 Commits
Jul 15, 2015
Oct 4, 2013
Apr 23, 2014
Oct 4, 2013
Oct 4, 2013
Oct 4, 2013
Oct 4, 2013
Oct 19, 2013
Oct 4, 2013
Oct 4, 2013
Oct 4, 2013
Oct 4, 2013
Oct 4, 2013
Oct 4, 2013
Oct 28, 2013
Oct 28, 2013
Oct 4, 2013
Oct 4, 2013
Oct 4, 2013
Oct 4, 2013

Repository files navigation

Code Climate Rogue Rails

rails app for roguerails.com

Setup on Heroku

git remote add heroku git@heroku.com:roguerails.git

ENV Vars

heroku config:set MAIL_USER={user name} MAIL_PASSWORD={password}
heroku config:set SECRET_TOKEN={secure token}

Deploying to Heroku

git push heroku master