This document provides instructions for installing Ruby on Rails on OSX. It explains that Ruby on Rails is a model-view-controller web application framework written in Ruby. It then details installing Homebrew and dependencies like rbenv and Ruby. Instructions are provided for generating a new Rails project, creating the database, and running the Rails server. The final section thanks the reader.