Implementing HATEOS with presenters

from blog Steve Klabnik, | ↗ original
Jan 06 2012 I’m a big fan of using the presenter pattern to help separate logic from presentation. There’s a great gem named Draper that can help facilitate this pattern in your Rails apps. When doing research for my book about REST, I realized that the presenter pattern is a great way to create responses that comply with the hypermedia...