Agile Web Development

Build it. Launch it. Love it.

ResponseFrom

This plugin provides xml_response_from, the opposite of:

 respond_to { |want| want.xml { render(:xml => @user.to_xml) } }

More specifically, it sends a request to a server with the Accept HTTP header set to ‘application/xml’, then turns the response into an ActiveRecord object.

Vitals

Repository http://myncre.com/svn/plugins/response_from/
License Rails' (MIT)
Tags Tag_red http respond_to xml
Rating (1 vote)
Owner Mike Burns
Created 9 June 2006

Comments

Add a comment