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:
parent
186e7dd4ff
commit
2177282262
1 changed files with 11 additions and 0 deletions
11
railties/guides/source/active_resource_basics.textile
Normal file
11
railties/guides/source/active_resource_basics.textile
Normal 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
|
Loading…
Reference in a new issue