diff options
author | Vishnu Atrai <vishnu.atrai@gmail.com> | 2011-07-30 18:19:43 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-04 16:41:26 -0700 |
commit | f56c2b88c58c33643050551c6824dfbf2b7b421e (patch) | |
tree | ec186b7215b4d8a432422edf70e9cd0d11cbbf82 /railties/guides/source | |
parent | 2350185e40af76c44eac79182fc143f965a998fd (diff) | |
download | rails-f56c2b88c58c33643050551c6824dfbf2b7b421e.tar.gz rails-f56c2b88c58c33643050551c6824dfbf2b7b421e.tar.bz2 rails-f56c2b88c58c33643050551c6824dfbf2b7b421e.zip |
Active Resouce guide initial load
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/active_resource_basics.textile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/railties/guides/source/active_resource_basics.textile b/railties/guides/source/active_resource_basics.textile new file mode 100644 index 0000000000..5df8b6612d --- /dev/null +++ b/railties/guides/source/active_resource_basics.textile @@ -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
\ No newline at end of file |