REST, Rails, Skinny Controllers and Resources
Some time ago I wrote about how I was struggling to understand how the new style RESTful controllers work. In particular, it struck me that everything became a noun, when verbs were equally important.
After a few months of actually using RESTful Rails, I’m still struggling. The new-style controllers are significantly simpler (in particular [...]