This document discusses running Ruby on the Google App Engine (GAE) platform using JRuby. It notes that while GAE only supports Java and Python, JRuby allows Ruby code to run on the Java Virtual Machine, enabling deployment to GAE. It outlines some limitations of GAE like restrictions on file system access and lack of a relational database. Overall it presents JRuby and GAE as an option for running Ruby applications with the scalability benefits of GAE's infrastructure.