fog describes itself as 'the Ruby cloud services library'. It is available at http://fog.io
3
votes
1answer
753 views
Granular 'public' settings on uploaded files with Fog and Carrierwave
I am creating a rails app that lets an administrator upload photos that are optionally publicly displayed. For the upload / storage process I am using the Carrierwave gem along with the Fog gem and ...
1
vote
3answers
704 views
What is the difference between 'aws-s3' and 'fog' gems?
As in the subject: Do they compete, overlap or complement each other?
Thanks,
Petros
3
votes
2answers
1k views
S3 storage fails with fog 0.7.2 + carrierwave master branch
When trying to store a file I get the following:
TypeError: can't convert nil into String
from /Users/nick/.rvm/gems/ruby-1.9.2-p180/gems/fog-0.7.2/lib/fog/core/hmac.rb:23:in `digest'
from ...
3
votes
2answers
3k views
Carrierwave/Fog - Argument error, provider not recognized
I'm using Carrierwave 0.5.3 and Fog to upload images to Amazon-S3.
The setup works smoothly when running locally, no errors.
But when running on Heroku, uploads fail with this message:
...
1
vote
1answer
185 views
Lines not drawn correctly in OpenGL with fog?
Please take a look at this:
http://imgur.com/a/S8eOC
The problem:
The grid is drawn perfectly fine without fog. When fog is enabled, the vertical lines disappear. I then rotate a little to the left ...