This document provides an overview of installing Ruby and deploying a basic web application from development to production. It discusses setting up Ruby and related tools like MySQL, Git and Sinatra on Mac and Windows. It then walks through building a simple "Hello World" app locally and deploying it to Heroku using Git. The document also introduces concepts like adding stylesheets, layouts and basic JavaScript/jQuery to the app.
Related topics: