aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorMichael Lavrisha <michael.lavrisha@gmail.com>2011-07-24 16:36:23 -0600
committerMichael Lavrisha <michael.lavrisha@gmail.com>2011-07-24 16:36:23 -0600
commit5cece57c93aff28010defece05085cff903fb9d2 (patch)
tree654e2f889ed89a6eb74eefaf3270e47c4f57d2ac /railties/guides/source/getting_started.textile
parente3dbe66e196069fde7d3ff118bd25a03184915fa (diff)
downloadrails-5cece57c93aff28010defece05085cff903fb9d2.tar.gz
rails-5cece57c93aff28010defece05085cff903fb9d2.tar.bz2
rails-5cece57c93aff28010defece05085cff903fb9d2.zip
Simpler brief explanation of Rails and REST
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r--railties/guides/source/getting_started.textile5
1 files changed, 2 insertions, 3 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index a9994a2602..3a1a0fe64a 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -198,9 +198,8 @@ For example, the following HTTP request:
<tt>DELETE /photos/17</tt>
refers to a photo resource with an ID of 17 and indicates an action to be taken
-upon it: deletion. REST is a natural style for the architecture of web applications,
-and Rails hooks into this shielding you from many of the RESTful complexities and
-browser quirks.
+upon it: deletion. REST is a natural web application architecture which Rails
+abstracts, shielding you from RESTful complexities and browser quirks.
If you'd like more details on REST as an architectural style, these resources
are more approachable than Fielding's thesis: