[Ruby] Restful ORM
Tom Lianza
tom at lianza.org
Thu Apr 24 23:05:46 PDT 2008
On Thu, Apr 24, 2008 at 10:51 PM, Dave Thompson <dandrew.thompson at gmail.com>
wrote:
> Does anyone know of any projects developing
> ActiveRecord/Datamapper/ORM-to-restful services.
>
> For example, let's say I want to create a model SomeRestfulWebsite.rb which
> would serve as an ORM interface for me to interact with a restful website.
> That way I could call <% SomeRestfulWebsite.user.name.first %> and it would
> pull the values from the restful website into my application.
>
> Thoughts? Thanks.
My understanding, based on DHH's keynote last year at RailsConf, was that is
exactly what ActiveResource is.
Tom
More information about the Ruby
mailing list