Praises to Rails!

This is super cool.

Just like I can post a form to my controller and have it deserialize into a ruby object, I can also post xml to my controller and it deserialize into my ruby object. And all I had to do was set the appropriate content-type.

Wow.