diff options
author | Prem Sichanugrist <s@sikachu.com> | 2011-05-15 15:34:36 -0400 |
---|---|---|
committer | Prem Sichanugrist <s@sikachu.com> | 2012-03-13 14:55:44 -0400 |
commit | f1637bf2bb00490203503fbd943b73406e043d1d (patch) | |
tree | 53bfe16edac03871486be9be4160ff8aa0e28216 /railties/guides/source/getting_started.textile | |
parent | a85714a673d2e06b923bd4eba443a3849d332cce (diff) | |
download | rails-f1637bf2bb00490203503fbd943b73406e043d1d.tar.gz rails-f1637bf2bb00490203503fbd943b73406e043d1d.tar.bz2 rails-f1637bf2bb00490203503fbd943b73406e043d1d.zip |
Remove Active Resource source files from the repository
Dear Active Resource,
It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository.
I will miss you,
@sikachu.
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r-- | railties/guides/source/getting_started.textile | 7 |
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 |