1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Active Resouce guide initial load

This commit is contained in:
Vishnu Atrai 2011-07-30 18:19:43 +05:30 committed by Xavier Noria
parent 186e7dd4ff
commit 2177282262

View file

@ -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