I am not sure if this is an oversight or something I am doing wrong, but when upgrading my ActiveResource with Rails 4 I've had to modify all references to .empty? from ActiveResource::Collection objects.  I noticed that it does respond to .any?  It would seem like we would want that method defined so the collection more closely resembles array collections.