Creating an ActiveResource compatible controller
Monday, October 1st, 2007Recently I found myself needing to create a resource-only controller, no HTML, no views, just straight-up XML data. I was planning on using ActiveResource to interact with my resource server. I could find lots of resources on using ActiveResource as a client, but not much in the way of building a proper controller [...]