ROXML 3.0.0
ROXML is a Ruby library designed to make it easier for Ruby developers to work with XML. Using simple annotations, it enables Ruby classes to be mapped to XML. ROXML takes care of the marshalling and unmarshalling of mapped attributes so that developers can focus on building first-class Ruby classes. As a result, ROXML simplifies the development of RESTful applications, Web Services, and XML-RPC.
Gemfile:
=
复制到剪贴板
已复制
安装:
=
版本列表:
- 3.0.0 - October 17, 2009 (59.0 KB)
Runtime 依赖关系 (2):
activesupport
>= 2.1.0
nokogiri
>= 1.3.3