Announcing: delegate_presenter: the simplest Presenter Gem that could possibly work
October 20, 2011
Lately there’s been a lot of buzz in the Rails community about using the Presenter Pattern to organize common view related code outside of the model.
Think of Presenters like Helpers: The Next Generation
I used Presenters on one project with great success. Today I was about to add presenters to a second project, when I said:
Self, you could copy and paste all this code from Project X to Project Y, or you could extract it into a gem
So, that’s what I did: introducing the delegate_presenter gem
Read more documentation on the Github page