Questions tagged [fog]

fog describes itself as 'the Ruby cloud services library'.

fog describes itself as 'the Ruby cloud services library'. It is available at https://fog.io/

498 questions
-1
votes
2 answers

CarrierWave not uploading (after upgrade)

A month back I upgraded my Ruby version on RoR-app from 1.9.3 to 2.3.3. I have been successfully using fog & carrierwave to upload images to Amazon S3 before that but after the upgrade it stopped working. It does not upload my images to S3 any…
Christoffer
  • 2,271
  • 3
  • 26
  • 57
-1
votes
1 answer

UML or class diagram for ruby fog gem interfacing with vsphere

I would like to have a UML diagram or a class diagram for the fog gem to better understand how it works. Any pointers would be helpful. Thanks!
stickywicket
  • 91
  • 1
  • 9
-1
votes
1 answer

Error while uploading file on amazon s3 with carrierwave

I have a problem when I upload an image in carrierwave uploader This is config/initailizers/fog.rb: CarrierWave.configure do |config| config.fog_credentials = { :provider => 'AWS', :aws_access_key_id => '', …
Vitalii
  • 1,137
  • 14
  • 25
1 2 3
33
34