pkgsrc/www/ruby-activeresource32/DESCR
taca f0167aa65e Importing ruby-activeresource32 version 3.2.2.
## Rails 3.2.1 (January 26, 2012) ##

*   Documentation fixes.


## Rails 3.2.0 (January 20, 2012) ##

*   Redirect responses: 303 See Other and 307 Temporary Redirect now behave like
    301 Moved Permanently and 302 Found.  GH #3302.

    *Jim Herz*
2012-03-18 06:50:07 +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).