aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2012-03-13 14:04:03 -0700
committerJosé Valim <jose.valim@gmail.com>2012-03-13 14:04:03 -0700
commitae67a63fe9c5be4b8e2ef74239ec340e99d231ac (patch)
tree41674ee21bc537f1bf4de9beca2efc0533a3ed02 /railties/guides/source/getting_started.textile
parent663b66fd538fc2f637f09bb27aad65449585f226 (diff)
parentf1637bf2bb00490203503fbd943b73406e043d1d (diff)
downloadrails-ae67a63fe9c5be4b8e2ef74239ec340e99d231ac.tar.gz
rails-ae67a63fe9c5be4b8e2ef74239ec340e99d231ac.tar.bz2
rails-ae67a63fe9c5be4b8e2ef74239ec340e99d231ac.zip
Merge pull request #572 from sikachu/remove_activeresource
Remove Active Resource source files from the repository.
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r--railties/guides/source/getting_started.textile7
1 files changed, 0 insertions, 7 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index bed14ef6a8..3a84b69fc3 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -116,7 +116,6 @@ need to know anything about them to continue with this guide.
* Action Mailer
* Active Model
* Active Record
-* Active Resource
* Active Support
* Railties
@@ -167,12 +166,6 @@ Active Record is the base for the models in a Rails application. It provides
database independence, basic CRUD functionality, advanced finding capabilities,
and the ability to relate models to one another, among other services.
-h5. Active Resource
-
-Active Resource provides a framework for 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.
-
h5. Active Support
Active Support is an extensive collection of utility classes and standard Ruby