Tag: REST

HomeREST

Cool Links Don’t Change

Peter and Tim have been blogging about one of the least undestood parts of REST - how state is handled Tim puts it nicely: The essence of REST is to make the states of the...

A Community for REST

One of the great ironies of the Web is that a huge number of technical people refuse to believe what is right in front of their eyes The Web is the world's most diverse and...

Updated Rails Plugins

[Tom Fakes](http://blogcraz8com/) was kind enough to point out that the Rails Rest controller and content negotiation plugins I posted a couple of weeks ago can no longer be...

Rails and HTML and XHTML

Rails support for HTML and XHTML is less than exemplary For some reason, the 111 release considers the application/xhtml+xml mime type to be a synonym for text/html Ummwhy And...

Restful Rails Revisited

Anyone interested in making Rails a bit more restful should check out the current thread on the Microformats [Rest](http://microformatsorg/mailman/listinfo/microformats-rest)...

Content Negotiation And Rails

Let's get back to REST and Rails One of the things Rails doesn't support is HTTPContent Negotiation Why would you want this Because different clients understand different content...

Top