Hexagonal Rails part 1: MVC Scaling challenges

Details
Rails has a proven approach to rapidly build web applications based on 'convention over configuration' and the MVC pattern. This works fine until your application scales and you find it more and more challenging to develop and test your application quickly and easily. Should you put more logic into fat controllers or move code into fat models? In this session, Eric and Declan will highlight why scaling breaks down if you stay within the MVC pattern and provide seven techniques to avoid the problems with either fat models or fat controllers. Let's face it, in this day of agile and lean development "fat anything" does not work out well! Please join us as we provide techniques to keep your application development lean.

Hexagonal Rails part 1: MVC Scaling challenges