ActiveResource::Base#exists? patch

Hi! I'm hoping someone could provide some feedback on my patch to ActiveResource - it updates exists? to use HEAD instead of GET, and checks the status code of the response.

http://dev.rubyonrails.org/ticket/11062

Thanks!