Skip to content

Commit

Permalink
Active Resouce guide initial load
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuatrai authored and fxn committed Aug 13, 2011
1 parent 186e7dd commit 2177282
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions railties/guides/source/active_resource_basics.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
h2. Active Resource Basics

This guide should provide you with all you need to get started managing the connection between business objects and RESTful web services. It implements a way to map web-based resources to local objects with CRUD semantics.

endprologue.

WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in earlier versions of Rails.

h3. Changelog

* July 30, 2011: Initial version by "Vishnu Atrai":http://github.com/vatrai

0 comments on commit 2177282

Please sign in to comment.