fog describes itself as 'the Ruby cloud services library'. It is available at http://fog.io
1
vote
1answer
83 views
How do I make fog use S3 Reduced Redundancy Storage
I'm managing some images in my app using Carrierwave and I want the files uploaded to S3 to use Reduced Redundancy Storage instead of Standard. Carrierwave uses fog to talk to S3, so how can I achieve ...
2
votes
2answers
306 views
Rails Engine not uploading to s3 with Carrierwave
I am creating a rails plugin with rails new plugin my_plugin --mountable
This was quite some work to figure out but it is supposed to upload files to S3 with carrierwave, but it says ok but nothing ...
0
votes
1answer
160 views
Fog getting started in ruby 1.8: “uninitialized constant Fog”, works in 1.9
I'm trying the getting started guide on fog.io and this is working fine in ruby-1.9.3-p194, but not in ruby-1.8.7-p370, please see error below:
ecoologic@lerikaround:~/fog$ ruby fog.rb
./fog.rb:4: ...
0
votes
1answer
219 views
Don't have 'fog' gem installed in production using carrierwave and unicorn
I am trying to use Fog with Carrierwave and am getting this error in the Unicorn log. I have fog in my gemfile and my NodeImageUploader calls
storage :fog
Gemfile
source 'http://rubygems.org'
gem ...
0
votes
1answer
42 views
When updating a _form partial that has an image, but not the image, I get an error
I am using Carrierwave & Fog to push images str8 to S3.
The creation action works just fine. The issue is whenever I go to update the record, say change the name attribute, and I don't do ...
1
vote
1answer
41 views
If I edit an image in a rake task with RMagick, how do I manually save it back to S3?
I have an app where people can upload pics, they're saved on S3 using the Carrierwave & Fog combo.
I'm rewriting the app, so in a rake task I need to loop through all images, resize/crop them ...
2
votes
1answer
880 views
Carrierwave fog Amazon S3 images not displaying
I have installed carrierwave and fog, have successfully uploaded the images and viewed them the first time, but now it does not show the images anymore.
Here is my config file ...
0
votes
1answer
113 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 ...
2
votes
2answers
205 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 ...
0
votes
0answers
152 views
Intermittent Carrierwave S3 403 Signature Does Not Match errors
I am getting seemingly random erorrs when uploading files to s3 from my app on heroku. I am using jquery-file-upload to upload pictures to a tmp/ directory in my bucket using the CORS method and this ...
1
vote
0answers
73 views
Fog error: nodename nor servname provided
I have the following set up for FOG basically right out of the FOG website enter link description here
def fog_save_file_for(filename, file)
# create a connection
connection = Fog::Storage.new({
...
2
votes
2answers
340 views
Carrierwave+fog+s3 not working with Cloud Front URLs
I'm having this problem with carrierwave+fog+s3 with Amazon cloud front. With the following setup I can upload files to s3 but after uploaded, the S3 Objects URLs I get from my rails app doesn't have ...
0
votes
0answers
119 views
Dynamically set the s3 storage bucket for Refinery CMS
We are attempting to setup refinery cms using multiple tenants (multiple sites). One of the main issues we are having is separating out the different websites images depending on which site the user ...
0
votes
2answers
367 views
Unable to save file to Amazon S3 when using carrierwave
SEE UPDATE BELOW!
I am having problems after I upload an image file to Amazon S3 and then try to save the file.
I use direct_fog_url(with_path: true) to get the the url of the image uploaded. I ...
1
vote
1answer
106 views
deploying assets to S3 via Heroku using assets_s3
I've followed the guide from Heroku
by adding environment variables and adding
config.action_controller.asset_host = "https://#{ENV['FOG_DIRECTORY']}.s3.amazonaws.com"
to ...
0
votes
1answer
156 views
Clone remote S3 carrierwave image to another model
I have two ActiveRecord models both with the same Carrierwave Uploader
Template < ActiveRecord:Base
mount_uploader :icon_image, ImageUploader
end
Profile < ActiveRecord:Base
mount_uploader ...
0
votes
1answer
109 views
Set user_data for EC2 instance via Fog
Does anybody know how can I set EC2 user_data via Fog framework.
0
votes
0answers
148 views
Rails Carrierwave Fog S3 Bucket Versioning
Does anybody know how to add versioning to carrierwave fog s3 uploads? I am using rails 3.2 and my carrierwave config looks like this:
CarrierWave.configure do |config|
config.fog_credentials = {
...
1
vote
1answer
104 views
Carrierwave - Save to S3 as an independent action
My users store an external image URL (http://their-site.com/photo.jpg) in - for example - @user.external_image. I'm trying to write a method for the User class that takes that URL and saves it to S3 ...
0
votes
1answer
351 views
Failing to catch Errno::ECONNRESET in Ruby code
In my Rails 3.1 project, deployed to Heroku, I have a rake task that generates a few hundred thousand small PNGs based on records in the database and uploads the results to S3 using fog, one file at a ...
2
votes
0answers
156 views
Imperavi Redactor + RubyOnRails + Amazon S3
I need to integrate Imperavi Redactor with Amazon S3. But instead of JavaScript, would like my RubyOnRails application do the upload process, I already use fog, carrierwave and imperavi-rails.
Can ...
3
votes
1answer
280 views
Fog S3 Upload leads to
I am developing a platform that allows merchants to upload a picture of their store. I am using Carrierwave+fog for this. As the app is hosted on heroku, the pictures will need to be stored on amazon ...
0
votes
0answers
129 views
Carrierwave: `recreate_versions!` doesn't update versions
I'm using carrierwave 0.7.0. I have a model with avatar and a thumb version which I am cropping (something like http://railscasts.com/episodes/182-cropping-images).
class Organization
#...
...
0
votes
2answers
103 views
Downloading Image to tmp folder from S3
I'm using carrierwave + fog to work with S3. I'm saving images there, then I need to grab one of this image and post it to fb... So what I need to do is to download the image to the server, I couldn't ...
1
vote
1answer
258 views
Strange Timestamp issues using aws s3 with rails
I am using Dragonfly (https://github.com/markevans/dragonfly) for some image manipulation on a project and that uses fog as a data storage engine. I recently started getting weird Amazon errors on ...
0
votes
1answer
157 views
Heroku taking too much time to upload to S3 (carrierwave and fog)
I have a Rails app, when the user calls one action from the web the heroku app generates a random image, upload that image to S3 and the returns to the user the public url of that image (stored in ...
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
3answers
615 views
Fog::Storage::Rackspace::NotFound error when using Carrierwave to upload to Rackspace
Everyone: I already searched the error before I posted this to Stackoverflow, so no need to point me to this: groups.google.com/forum/?fromgroups=#!topic/carrierwave/ It's not the same problem.
I'm ...
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 ...
0
votes
1answer
151 views
Android OpenGL ES Dynamic fog color
I'm using the following method to set fog,
public void set_fog(float[] fc){
gl.glEnable(GL10.GL_FOG);
{
gl.glFogf(GL10.GL_FOG_MODE, GL10.GL_EXP2);
...
0
votes
1answer
49 views
Rails carrierwave error
I'm using carrierwave and fog to upload files in my app. I upgraded all my gems and now receive this error wrong number of arguments (2 for 1)
<%= link_to ...
1
vote
0answers
123 views
Trying to deploy a jRoR app using rubber and getting NoMethodError: undefined method `authorize_port_range' for nil:NilClass
This is my first time using rubber or deploying to Amazon EC2. I am following this Railscast. I've googled all over and nobody else seems to be having this problem. Here's my console log when I run ...
1
vote
0answers
97 views
Different Fog host for SSL and Non-SSL Pages
I'm using Carrierwave with Fog for managing uploads in a Rails App. And recently, some pages of the app were changed to be served over HTTPS only. So my Fog Host was changed from
config.fog_host = ...
0
votes
1answer
141 views
how to store s3 credentials in an untracked file using fog
I'm trying to get refinerycms to upload files to s3, using the fog gem.
I'd like to pull my S3 credentials from a file that is not in my git repo (e.g. s3.yml)
I found some old references to doing ...
0
votes
0answers
70 views
Migrating carrierwave fog uploads from AWS to RackSpace
I've currently got carrierwave/fog uploads to AWS S3 storage. What I'd like to do is reupload all of the active uploads to RackSpace. Is there a way to make this migration happen?
Ruby: 1.9.3
Rails: ...
1
vote
1answer
192 views
How to upload S3 metadata with a file in Fog?
I have tried:
my_directory.files.create(key: key, body: body,
metadata: { custom: "x" })
And:
my_directory.files.create(key: key, body: body,
custom: "x" })
But the "custom" metadata is not ...
2
votes
1answer
728 views
How to create an S3 object in a bucket with one Fog call?
Here is the Fog walkthrough of creating a file (an S3 object) in a directory (an S3 bucket):
connection = Fog::Storage.new({
:provider => 'AWS',
:aws_access_key_id => ...
1
vote
1answer
370 views
How to use rails plus paperclip and fog in localhost
I'm trying to setup my development environment to store and fetch images in local host.
I've manage to save the images on the correct path, but I can't find a way to load the page and retrieve them ...
1
vote
2answers
417 views
Is there a way to read a file object using Fog and CarrierWave?
I'm using CarrierWave and Fog to store attachments to an ActiveRecord model on S3. I can use them to generate the URL, but I can't seem to locate any method to actually read a file.
Is this something ...
1
vote
1answer
163 views
Is it possible to apply fog from a point in a three.js scene that is independent of the camera?
For example, given a terrain with an avatar on it with a camera far away overhead: is it possible to render the fog so that the avatar remains perfectly unfogged while the terrain around the avatar ...
2
votes
1answer
801 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 ...
3
votes
1answer
240 views
Trying to use backup RubyGem but it fails to find installed gems
I'm trying to get the backup RubyGem (https://github.com/meskyanichi/backup) working. When I try and trigger a backup I get:
bill:~/Backup$ backup perform --trigger bidkat_backup
[2012/08/13 ...
1
vote
1answer
177 views
How to use Carrierwave with own Openstack Swift installation?
We are using Carrierwave in a Rails 3.2.7 project. Currently we are migrating to our own Openstack Swift installation and would like to continue using Carrierwave.
By looking at the Carrierwave docs ...
3
votes
1answer
330 views
Why is `rake assets:precompile` throwing “getaddrinfo: Name or service not known”? (re: asset_sync)
I am trying to set up my rails app to upload its assets to Amazon's AWS S3 using the asset_sync gem, following these instructions. I know I've got my S3 stuff configured right because my app is ...
3
votes
1answer
759 views
Rubber 2 (fog) and keypair error
Hi I am trying out rubber gem with ec2 but having some issues getting through the quick start section. For some reason Fog under rubber is not finding the keypair. Here is the detail:
in irb (the ...
1
vote
4answers
329 views
Error when using CarrierWave
I am trying to use the CarrierWaveDirect gem in conjunction with the CarrierWave gem, but I am getting an error when rendering the direct upload form. This is in development, haven't tried in ...
0
votes
2answers
1k views
Carrierwave Can't mass-assign protected attributes: path when uploading using jquery-fileupload-rails
I'm trying to get a simple file upload working using
jquery-fileupload-rails
carrierwave
fog
I cannot find the cause of the following error
Started POST "/pictures" for 127.0.0.1 at 2012-07-27 ...
1
vote
1answer
187 views
Getting the list of reserved DB RDS instances from aws by doing an API call
I was trying to get the list of Reserved DB instances from the RDS amazon web services part using the ruby libraries present and return this data, mainly with the fog library. I've noticed though that ...
0
votes
1answer
433 views
Carrierwave public URL using amazon S3 gives “Access Denied”
I am trying to host an API using Carrierwave/Fog to host the image. I configured
config.fog_public = true
However whenever I access the URL of the image, AWS returns an "Access Denied" error. Is ...
2
votes
2answers
1k views
Rails Image Upload to S3 with carrierwave and fog
Hello I've been developing a web application I and want to give users the possibility to upload profile pictures. I spent a lot of time trying to get carrierwave and fog working with s3 but have not ...

