Taking the Plunge with REST on Rails

Sep 25, 2006

So yesterday I finally got friendly with ActiveResource. You know about ActiveResource, right? All the cool kids living on the Edge(Rails) are doing it. It’s a way to create your Rails apps with an XML API baked right in, and is an interesting way to turn web development on its head. Yet it makes perfect sense, rather than trying to reinvent the wheel ActiveResource is simply using technology (the HTTP protocol) that has been around for a very long time.

I’m still wrapping my head around all of it, so I’ll follow up later next week with my impressions of ActiveResource.

Bedtime Reading

DHH introduces his new brain child.

Scott Raymond Refactors to REST.

The guys over at Softies on Rails have a quick start guide to get you going.

Ryan Daigle gives a good overview of all the new REST magic and how to helps shape your controllers.