This document discusses using Ruby on Rails on the Heroku cloud platform. It highlights Rails' productivity, best practices, and large community. It recommends using Platform as a Service (PaaS) like Heroku over Infrastructure as a Service (IaaS) or configuring servers yourself due to easier deployment, maintenance, scaling and focus on product development. The document demonstrates deploying a sample Rails app to Heroku and using add-ons.
Related topics: