26. 12. 2025

The basecamp / 37signals way of programming rails

37signals has a new product Fizzy. I don’t care much for the product, a kanban board. But the amazing thing is that all the code is open source. And Jorge Manrubia has made two videos where he goes through the codebase and answers questions.

I found it most enlightening how they think about the models directory, and how they think about complex operations where many people reach for service objects. Highly recommend checking out these videos and the code base.