Jeff Yeary gave a presentation about seamlessly migrating platforms from .NET to Rails. He discussed his company's history with various platforms and why they chose to build a new global responsive Rails platform. Their basic approach was to transition APIs, create a responsive mobile site, adopt OAuth authentication, and use Zuul as a reverse proxy to route between the existing and new platforms. Zuul provides a simple way to route requests and choose which application to send them to while logging statistics.