Programm FrOSCon 2014

Podiumsdiskussion

Ruby MVC from scratch with Rack

23. August 2014 RedFrogConf (C118) en RedFrogConf (Ruby)

Imagine for a while that Rails wouldn't exist. How would we write a MVC app from scratch?

Rack provides a minimal interface for developing web applications in Ruby. In fact it's the solid foundation of all major Ruby powered web frameworks.
During this talk we will dive deep into Rack. We will see the smallest possible Rack Application and learn how it works, by studying Rack internals. We will grow the Application step by step till we implement it in simple MVC style.