Links
ResponseFrom
Categories
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 |
http respond_to xml
|
| Rating | (1 vote) |
| Owner | Mike Burns |
| Created | 9 June 2006 |

