What is Heroku?
An overview of Heroku and why it's useful for our Sinatra projects
Guides, tutorials and labs to accompany CMU's Programming for Online Prototypes (49-714).
Everything you need to know about building microservices for the web with Ruby and Sinatra.
An overview of Heroku and why it's useful for our Sinatra projects
Preparing your development environment to deploy
To prepare your project, you need to first make it a git tracked project
A Procfile tells Heroku how to startup your application on it's servers.
It'll be helpful to hide some files from GitHub's gaze
An overview of Heroku and why it's useful for our Sinatra projects
If something goes wrong with your application in Heroku this is where you look - the logs