How can I detect that an active resource find()
call returned HTTP 206 instead of a typical HTTP 200?
I know ActiveResource throws various exceptions for HTTP 3xx-5xx response codes, but how can you figure out what 200-level response code you received?