Contributions

Tutorial
Every developer toys with the idea of building an MVC (model-view-controller) framework. However, it’s usually written off as reinventing the wheel when applied to real-world projects. On the other hand, given the quality of libraries in the Ruby ecosystem today and the way Rails apps tend to age, building your own application-specific framework might be a perfectly acceptable solution.