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?
See Active Resource responses, how to get them for how to get the last response for the thread. You can then test the response code as needed: