RCologists:
I have a ticket
open on Rails that has a close relationship to the functionality provided by
RC.
The ticket
expands the default Rails REST support to include PUT to a collection and DELETE
on a collection. PUT to a collection is easy to understand...it allows you
to replace a collection resource with a provided collection. For example,
if I have an article (id = 25) with many tags ("basketball" "university"), I can
do this:
PUT
/articles/25/tags
with a form-encoded
body of ("football" "professional"). The result is that the existing
tags on the article are replaced with the supplied tags. DELETE is similar
-it could be used to clear the set of tags.
Chris Hapgood
Skype: chris.hapgood