ActiveResource params and xml

I’m trying to create a new ‘user’ via ActiveResource.
When I send the POST request to Rails (from ActiveResource), the xml in
the request body doesn’t automatically get serialized and put in params
(which I presume it should do).
I’m using Edge Rails.

Alex MacCaw wrote:

I’m trying to create a new ‘user’ via ActiveResource.
When I send the POST request to Rails (from ActiveResource), the xml in
the request body doesn’t automatically get serialized and put in params
(which I presume it should do).
I’m using Edge Rails.

Sorted, it was due to some obscure error with registering an extra Mime
Type.