10241ae1be
## 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
7 lines
348 B
Text
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).
|