diff options
author | Vishnu Atrai <vishnu.atrai@gmail.com> | 2011-07-30 18:19:43 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:11 -0700 |
commit | 2177282262195f9decf564b237304a6ff94c3048 (patch) | |
tree | 1a4329e4f521a3dd874181145983cd21cac473fe /railties/guides/source | |
parent | 186e7dd4ff17a30a80bf99043a4381ff1376def3 (diff) | |
download | rails-2177282262195f9decf564b237304a6ff94c3048.tar.gz rails-2177282262195f9decf564b237304a6ff94c3048.tar.bz2 rails-2177282262195f9decf564b237304a6ff94c3048.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 |