Posts tagged mvc

Aug12

Don't Fear the URLs

rest mvc sinatra | comments

I like models. They do the heavy lifting. They’re easy to spec. You can grab them at the console or from script/runner with ease.

Continue reading »

Apr16

Model + Controller = Unified Resource?

rest mvc | comments

Harry Fuecks thinks MVC might be overrated. In a world of web resources, why not combine models and controllers together? Imagine replacing ActiveRecord (or my new favorite, DataMapper) with a server-side version of ActiveResource. GET, POST, PUT, and DELETE are filled in automatically, and you can extend their functionality and add suport methods.

Continue reading »