Skip to content

Commit

Permalink
sync the getting started guide with master
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jul 25, 2011
1 parent 703d0e0 commit cb02d10
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions railties/guides/source/getting_started.textile
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,10 @@ 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 web application architecture which Rails
abstracts, shielding you from RESTful complexities and browser quirks.
would be understood to refer to a photo resource with the ID of 17, and to
indicate a desired action - deleting that resource. 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.

If you'd like more details on REST as an architectural style, these resources
are more approachable than Fielding's thesis:
Expand Down

0 comments on commit cb02d10

Please sign in to comment.