May 30th, 2007
If I had to choose the single most not-really-well-understood, mystified, unsuccessfully demystified, explained and still not-really-grasped topic in the Rails world (and beyond), my vote would definitely go to REST. It seems to me that there are two types of people in the world: those who don’t get REST (and they think it’s a basic postulate to rocket science explained through quantum theory) and those who get it, and don’t understand the former group (unless they are coming from there, that is).
I have been playing around with RESTful Rails recently. Below is my collection or Rails REST howtos, tutorials and other resources I have found so far and which were adequate for my transition from the first group to the second :-).
You should definitely begin with REST 101 - then check out the other stuff as well!
- REST 101 by Softies on Rails
- RESTful Rails Development
- A great PeepCode screencast: RESTful Rails
- A nice REST cheatsheet
- A presentation on REST and ActiveResource
Please leave a comment if you know some more (just for completeness’ sake - I think the above resources should be enough to grasp RESTful Rails both theoretically and practically.

May 31st, 2007 at 9:44 am
Everyone has been talking about REST, is it really that good?
I have made a mental note a while ago to try it out for my next project. I’m sure it’s worth the look.
May 31st, 2007 at 6:18 pm
There’s a new book out, “RESTful Web Services.” I’m just starting into it, but so far I think it’s quite good and skimming ahead, I think it’ll be a great resource for folks interested in REST.
June 1st, 2007 at 11:13 pm
I recommend the book : RESTful Web Services
it is useful
November 20th, 2007 at 9:05 pm
[...] Great Ruby on Rails REST Resources [...]
December 1st, 2007 at 12:14 am
“Restful Web Services” is great, but the Rails example in the book no longer works out of the box; it depends on a plugin (actsastaggable) which is a murky state of non-existence. It’s a bummer, because the book walks through an implementation of a del.icio.us clone which seems pretty compelling.
April 7th, 2008 at 9:34 am
[...] Active Resource [...]
April 4th, 2009 at 10:45 pm
[...] ler algumas coisas sobre REST no rails, achei este link: http://www.rubyrailways.com/great-ruby-on-rails-rest-resources/, onde há um interessante pdf descrevendo o desenvolvimento REST usando Ruby on Rails. Ao invés de [...]