It appears I have gotten all the kinks worked out of this webapp. What I would like to do now is upload it to Heroku from my Ubuntu Desktop. Please advise to the steps associated with performing that task and any and all advise in regard to things I should watch out for or be concerned about.
You should create a github repository and add your code there first. Then when you create your rails heroku app, just select the repository. It will pull your files from the repo and build your app online.
1. You have your code somewhere besides your local disk as backup
2. It makes your project code accessible if you're switching computers
3. It allows you to easily collaborate with others on your project
4. Github will scan your dependencies and report packages that have
security updates to be installed
Maybe i should rephrase the question. If I have another online source safe, why should I use github? Is there not a way to go directly from my development machine to uploading to Heroku?