The document discusses alternatives for running Ruby on Google App Engine that provide better performance than JRuby. It introduces Mirah, a Ruby-like language that compiles to Java bytecode, and Dubious, a web framework written in Mirah. Dubious aims to provide high performance, lightweight functionality similar to Rails. Examples show how to write a basic contacts management application in Dubious that compiles to Java for the App Engine environment.