-
Notifications
You must be signed in to change notification settings - Fork 0
workflow
strand edited this page Aug 13, 2011
·
5 revisions
You will need to have the following installed to work with this app:
- git
- rvm
- ruby 1.9.2 inside of rvm
- heroku gem
- rails commit 741151c2754a616d9d04b790f566003fd03fdf5f
Basic workflow:
- optionally, pull from github to make sure you're working with the most recent source
- start the app up using rails s
- make the changes you want to test, and get them all done good and proper like locally
- commit the changes using your interface of choice (gitx or command line or github for mac are nice)
- pull again and deal with merge conflicts
- push to github
- push to heroku