Skip to Content
Ruby on Rails® for Microsoft Developers
book

Ruby on Rails® for Microsoft Developers

by Antonio Cangiano
April 2009
Intermediate to advanced content levelIntermediate to advanced
479 pages
12h 55m
English
Wrox
Content preview from Ruby on Rails® for Microsoft Developers

10.1. ActiveResource

Because requesting GET /articles.xml in your blog example produces XML data, you could interact with the REST service in this manner, without any wrapper and with "low-level" requests. But just like interacting with databases via low-level queries is more time consuming and error prone than using ActiveRecord, so is working with Web Services by sending handmade HTTP requests.

The idea behind ActiveResource is then very simple. ActiveRecord simplifies the process of interacting with databases, by providing object-relational mapping between relational data and business objects. ActiveResource does the same, only mapping REST resources. Both ActiveRecord and ActiveResource rely on a series of conventions and assumptions to be able to provide a wrapper to map structures containing the data (relational tables and resources, respectively) to model objects.

A script, desktop application, or Web application, can take advantage of ActiveResource, by simply defining a model for a given remote REST resource. When this prerequisite has been fulfilled, it will be possible to use that model through an API similar to ActiveRecord's one. Unlike ActiveRecord, which operates on database records and sends queries to the database, ActiveResource operates on remote HTTP resources by sending XML requests to the remote Web Service. Any XML received in response will then be opportunely serialized, so that you can continue to work with Ruby objects, as opposed to raw data.

Under the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Ruby on Rails™ 3 Tutorial: Learn Rails™ by Example

Ruby on Rails™ 3 Tutorial: Learn Rails™ by Example

Michael Hartl

Publisher Resources

ISBN: 9780470374955Purchase book