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

learn more… | top users | synonyms

5
votes
1answer
2k views

Heroku timeout when uploading big file to s3

I got a problem with my application based on RefineryCMS 1.0.8 deployed on heroku. Heroku have a request timeout of 30 seconds. When uploading a file > 4MO through the RefineryCMS admin, it will ...
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: ...
3
votes
2answers
4k views

howto: Basic setup of carrierwave [Heroku and S3]

I have an S3 bucket for production and development. I have done my research and came across this post but my current config does not work as expected. I get the following exception (below) locally and ...
7
votes
1answer
1k views

undefined method `fog_host='

When i'm trying to run my application, i'm getting the following error: config/initializers/carrierwave.rb:4: undefined method `fog_host=' for CarrierWave::Uploader::Base:Class (NoMethodError) ...
1
vote
1answer
1k views

Save files using paperclip via API

I'm using paperclip to manage uploads, backed onto S3 via Fog. It works well. I'm trying to take attachments out of emails and save them via paperclip (using the same model etc). Email are parsed by ...
0
votes
1answer
1k views

“application.css isn't precompiled” error on Heroku with remote assets on CDN

I'm getting the typical error on Heroku, that it appears the solution is to precompile locally and then commit to git. ActionView::Template::Error (application.css isn't precompiled) However I have ...
8
votes
1answer
723 views

Heroku app crashes with 'libruby.so.1.9: cannot open shared object file' [closed]

I've never had problems deploying this app but I've just pushed and now I'm getting this weird error, which is deep enough in the stack that it's not even getting sent to Airbrake. I have a feeling it ...
5
votes
1answer
2k views

How can I use fog to edit a file on s3?

I have a bunch of files on s3. I have fog set up with a .fog config file so I can fire up fog and get a prompt. Now how do I access and edit a file on s3, if I know its path?
2
votes
2answers
207 views

301 Moved Permanently after S3 uploading

Im trying to upload images to S3 on Ruby on Rails using carrierwave and fog gems, images are uploaded correctly but when I try tu save the model containing information about the image that was just ...
2
votes
1answer
803 views

rails + carrierwave + fog + S3 socket error

I'm having this problem trying to use S3 services with fog and the Jquery File Upload (https://github.com/blueimp/jQuery-File-Upload) The error Excon::Errors::SocketError (getaddrinfo: nodename nor ...
1
vote
2answers
719 views

How to create a 'fog of war' bitmap overlay in Android

I have a simple 2D game with a handful of characters which move around the screen. I'd like to create a fog of war, whereby only the background around each character is visible. Hopefully that's ...
0
votes
1answer
116 views

Image invalid on facebook/twitter user image uploading to S3

I'm trying to upload to amazon s3 an existing image on facebook or twitter from an user that has just signed up in my application, but some validation don't let me save the user object, throws: Image ...
0
votes
2answers
622 views

Uploads silently failing/pausing with new carrierwave_direct gem when uploading to s3

i am having a small problem uploading files to s3 with new carrierwave_direct gem I have followed the instructions for installing and setting up carrierwave_direct, however when i try to upload to ...