fog Questions
3
Solved
I'm using the excellent Fog gem to access just the Rackspace Cloud Files service. My challenge is that I'm trying to keep the service that is accessing Cloud Files lightweight, and it seems that Fo...
2
Solved
I have been trying (unsuccessfully) to access the main app's application secrets from within my Rails mountable engine.
The whole point of a mountable engine is to provide modularity. Therefore a c...
Grays asked 11/12, 2017 at 0:32
4
I've enabled a fog in the render settings on my scene. It works perfectly while testing it on the Unity editor, but after opening the game after building, the fog disappears. I'm not sure but accor...
Oodles asked 8/5, 2014 at 12:1
6
I need to change some metadata (Content-Type) on hundreds or thousands of objects on S3. What's a good way to do this with ruby? As far as I can tell there is no way to save only metadata with fog....
Scalenus asked 14/2, 2012 at 16:53
3
I am trying to use CarrierWave with Amazon S3. When I try to upload a file, through a rake task, I get this error:
rake aborted!
Expected(200) <=> Actual(403 Forbidden)
My CarrierWave init...
Brezin asked 30/7, 2013 at 2:44
2
Solved
I migrated my Rails app to Rails 6.0.1 and every time I startup the server I get these Fog deprecation warnings. How can I get rid of them?
Funny enough I have a cloned version of this app, which d...
Origin asked 19/11, 2019 at 7:1
3
I keep getting this error whenever I am trying to start the server validate_options': Missing required arguments: aws_access_key_id, aws_secret_access_key (ArgumentError) I can't seem to solve the ...
Candor asked 15/1, 2017 at 17:13
4
I'm using Carrierwave and Fog to store images on the cloud. I was previously using Amazon S3 for the actual storage, which worked with no issues. But I switched over to Google Cloud Storage, and no...
Juno asked 2/5, 2018 at 0:22
1
I'm trying to recreate the images that I have uploaded using the following in my model...
Post.all.each do |ym|
ym.avatar.cache_stored_file!
ym.avatar.retrieve_from_cache!(ym.avatar.cache_nam...
Undercast asked 15/4, 2013 at 23:32
3
Solved
I have a fog server set up in work, every now and then our useless internet fails and I have to reset the dnsmasq to get it working again, (don't have a dhcp server set up and can't modify the hubs...
3
Solved
Currently with Carrierwave, after uploading a file like foo.png when creating different versions like so:
class ImageUploader < CarrierWave::Uploader::Base
include CarrierWave::MiniMagick
sto...
Anele asked 4/1, 2017 at 6:0
1
Solved
As the title states, I'm trying to set up an Ubuntu 16.04 system for working on rails apps. When I comment out the fog gem, the server starts locally, and with the gem left in it produces the error...
1
Solved
I am getting the following error
Digest::Digest is deprecated; use Digest
when i try to boot my rails server. I tried to search my source code for Digest::Digest but i am not using it anywhere....
Humankind asked 17/10, 2016 at 9:26
1
I have
connection = Fog::Storage.new(fog_config)
bucket = connection.directories.get(bucket_name)
Is there a way (documented, non-documented, work-around) for me to create directories inside o...
2
Solved
I'm uploading my images with Carrierwave and Fog to S3. On the upload I also create a thumbnail version of the image:
version :thumb do
process :resize_to_limit => [90, 80], if: :is_resizable?...
Goldiegoldilocks asked 10/5, 2014 at 7:40
4
Solved
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 ...
Ranged asked 1/8, 2012 at 15:21
1
Solved
I'm trying to find all of the unassigned Elastic IPs using Fog, but it appears that the filtering in Fog::Compute::AWS::Addresses doesn't allow you to filter on empty values.
For example,
ips = F...
Newly asked 20/12, 2015 at 19:17
2
The backups are 250MB. I don't think that's very big, but it appears the problem is increasing with the size.
Log from the Backup gem below.
Note the time span; about 37 min into the uploading I...
1
Solved
I am trying to upload profile pictures to Google Cloud using Paperclip and Fog gems. so far this what I have
In my Gemfile
gem "paperclip", git: "git://github.com/thoughtbot/paperclip.git"
gem 'f...
Jacquesjacquet asked 13/10, 2015 at 19:58
1
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...
Epergne asked 5/11, 2012 at 8:57
6
Solved
We received an email from AWS that basically says 'S3 is disabling SSLv3 Support, access will be cut-off in 15 days'. They then listed some buckets we have (one in production) that are 'currently a...
Schall asked 15/4, 2015 at 17:5
1
Solved
This doesn't seem to have affected anything, it's just irritating in my terminal - I regularly receive the following warning (sometimes I receive multiple, calling out different lines, and sometime...
Pahlavi asked 6/3, 2015 at 23:58
2
Solved
I was able to upload files in the past but for last day day I have not been able to upload files to my S3
When I try to upload a file from the console like
Document.create(remote_file_url: 'http...
Urias asked 13/2, 2015 at 3:38
2
I have just migrated from paperclip to carrierwave and managed to successfully get uploading to S3 to work locally on my machine, but after deploying the Rails application to my server (which uses ...
Shandy asked 6/3, 2015 at 6:24
3
Solved
I am just about to start working with AWS (s3 and ec2) and I was wondering which gem is better: aws-sdk or fog?
Trepang asked 4/1, 2012 at 15:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.