carrierwave-azure icon indicating copy to clipboard operation
carrierwave-azure copied to clipboard

fix error Azure::BlobService

Open tsara27 opened this issue 9 years ago • 5 comments

There's an error like this when I tried to save the file. NameError (uninitialized constant Azure::BlobService):

I have fixed it by modifying it into Azure::Blob::BlobService

tsara27 avatar Aug 03 '15 05:08 tsara27

@unosk can you set azure gem version in gemspec ?

adamdilek avatar Aug 25 '15 00:08 adamdilek

I've the same error. Any news?

I'm using:

 azure (0.7.5)
    azure-core (~> 0.1)
 carrierwave (0.11.2)
    carrierwave-azure (0.0.3)

monteirobrena avatar May 25 '16 21:05 monteirobrena

@unosk some expectation to merge this PR?

monteirobrena avatar Oct 11 '16 18:10 monteirobrena

Is this repo even mentained anymore? @unosk

razvanmitre avatar Nov 22 '16 17:11 razvanmitre

@tsara27 on my fork of your branch I added also gem.add_dependency 'azure', '>= 0.7.5' as the ::Blob you've added wouldn't work with prior versions (I don't know exactly since which version)

nunommc avatar Dec 13 '16 16:12 nunommc