This document summarizes a presentation about moving a large Ruby on Rails application to the Java Virtual Machine (JVM). It discusses some of the challenges of scaling Rails, including lack of concurrency and proper garbage collection. It then explores options for using JVM languages like non-Rails Ruby, Scala, and Clojure. The presentation advocates trying a microservices approach using these la