A simple implementation of Windows Azure Storage API for Ruby, inspired by the S3 gems and self experience of dealing with queues. The major goal of the whole gem is to enable ruby developers [like me =)] to leverage Windows Azure Storage features and have another option for cloud storage.
It seems that the gem is not properly encoding the url parameters, sometimes when a pop-receipt contains a character that is not URL valid (like "+") it throws a 400 Error and Azure reports that the problem is on the query string value format
It seems that the gem is not properly encoding the url parameters, sometimes when a pop-receipt contains a character that is not URL valid (like "+") it throws a 400 Error and Azure reports that the problem is on the query string value format