pkgsrc/www/ruby-activeresource31/DESCR
taca 10241ae1be Importing www/ruby-activeresource31 package version 3.1.3.
## Rails 3.1.1 (October 7, 2011) ##

*   No changes


## Rails 3.1.0 (August 30, 2011) ##

*   The default format has been changed to JSON for all requests. If you want to continue to use XML you will need to set `self.format = :xml` in the class. eg.

    class User < ActiveResource::Base
    self.format = :xml
    end
2011-12-16 12:28:37 +00:00

7 lines
348 B
Text

Active Resource (ARes) connects business objects and Representational
State Transfer (REST) web services.
It implements object-relational mapping for REST web services to
provide transparent proxying capabilities between a client
(ActiveResource) and a RESTful service (which is provided by Simply
RESTful routing in ActionController::Resources).