On 9/28/07, Ernest Prabhakar <[EMAIL PROTECTED]> wrote: > > > http://microformats.org/wiki/rest/urls >
Nice guide! It's clear, concise and definitely useful. One important technical detail needs mention, and that is emulating PUT and DELETE over POST with the "_method" parameter. Current web browsers should be able to consume REST resources. This may be a hackish little detail, but don't forget that you're trying to define a common interface here to "ensure interoperability". While you're talking about HTTP methods you should also mention common HTTP responses with REST other than common 200 or 404. They're defined in the HTTP spec, but listing them for informative reasons wouldn't hurt. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
