Tagged Questions
0
votes
0answers
22 views
Accessing to an image instance with carrierwave and fog
I'm trying to use this solution to get the dimensions of an image. In development works great, but in staging (using fog) with img = ::Magick::Image::read(@file.file).first throws me:
private method ...
0
votes
2answers
51 views
Carrierwave doesn't remove the deleted files from S3
I have 2 Carrierwave uploaders - ItemUploader and ImageUploader, and am using fog.
I can upload files to S3 just fine, but doing a destroy doesn't remove them from S3.
This is my destroy action:
...
-1
votes
0answers
20 views
Upload to S3 on Test Environment Using Carrierwave
I'm not been able to send files to S3 on my test environment using Carrierwave/Fog.
I don't want to mock this action for now.
Everything is working in the development environment.
This is the rspec ...
0
votes
2answers
40 views
How do I dynamically generate a download link for file uploaded to S3 with Carrierwave?
I have 2 models that I want CarrierWave to interact with. Item and Image models.
What I want to happen is once the user uploads their item to S3 via Carrierwave - that part is pretty straight forward ...
0
votes
2answers
47 views
Amazon S3 Access Denied when reading S3 bucket files with “+” sign
I am working on a rails application for which I use carrierwave with fog storage. I have a couple of fields in my form where users can submit an app its(Name, short & long description, image ...
0
votes
0answers
34 views
Uploading Videos to S3 with Carrierwave and Fog
I have configured my testapp with Carrierwave and Fog.
My goal is to upload videos to Amazon S3 but if I try to upload a video I get an error "pipe broken". It works if I'm just uploading a picture, ...
0
votes
1answer
44 views
deleting multiple files (versions) with Fog and Carrierwave - Rackspace
I am building an application where i have a file with original, medium and thumbnail size images. I am using carrierwave to accomplish this, and I need to remove all versions of the file from ...
1
vote
1answer
57 views
What database columns needed to upload video in rails - Carrierwave, Fog & S3
I would like users to be able to upload videos to my rails site using carrierwave, fog and Amazon S3. (I haven't tried to implement S3 for storage yet and is not the subject of this questions.)
What ...
1
vote
0answers
18 views
recreate versions - carrierwave-fog-aws
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!
...
0
votes
3answers
74 views
Carrierwave/fog are uploading files to S3, but the app is still trying to use the local path to access images
I know this is a broad question, and I'm biting off a little more than I can chew for a first stab at a rails app, but here I am.
I tried to add an image upload/crop to a basic status app. It was ...
0
votes
1answer
97 views
uploading image to s3 using carrierwave and fogs bad uri
Hi I'm trying to upload some images on s3 using fogs and carrierwave. Before I did it in my public folders and I'd like to make it on a bucket. When I'm trying to uploads a new picture I get :
...
1
vote
2answers
59 views
CarrierWave: Uploading files to non-cloud server
I have looked at documentation for CarrierWave and even looked into the Fog documentation here and here, but I haven't seen any mention of configuring CarrierWave with or without Fog such that I could ...
0
votes
1answer
167 views
CarrierWave S3 File Retrieve Issue - undefined method `body'
This is driving me nuts. Im using CarrierWave with Amazon S3, I can safely upload a file to the bucket, and Im trying to now (in a different request) retrieve the file and deliver it as a download to ...
0
votes
0answers
100 views
carrierwave s3: fog url generation slow with fog_public = false
Seems like url generation with fog_public = false for s3 storage is very slow. Rendering thumbnail images stored on s3 takes a long time with authenticated urls but when I switch to fog_public=true it ...
1
vote
1answer
111 views
Fog gem uploading fail with Excon::Errors::HTTPStatusError
I cannot figure out why I'm getting this error with Fog 1.9.0, rails 3.12 & carrierwave
Completed 500 Internal Server Error in 3256ms
Excon::Errors::HTTPStatusError (Expected(200) <=> ...
0
votes
0answers
45 views
carrierwave fog storage
I just cant figure out how to do this. I need to get the S3 path without the filename
https://testphotobucket.s3.amazonaws.com/uploads/51237a37ff770df332000007/
and not like this
...
1
vote
1answer
128 views
Rails Upload with Carrierwave, Fog to S3 - HTTP vs HTTPS
I've been following the excellent Rails Cast by Ryan Bates on uploading files to S3 (Episode 383). Things work fine - but...
I'd like to use the images' HTTP URL instead of HTTPS.
Tried looking in ...
0
votes
0answers
32 views
Carrierwave different permission per uploader for S3 storage?
I would like to specify different permission per uploader when file is uploaded- for example photo attachment is public, while system upload file attachment is private, is that possible to set that as ...
0
votes
0answers
87 views
Why do uploads happen so slowly with CarrierWave and Rackspace Cloudfiles?
I am using CarrierWave for image uploading, and the uploads take anywhere from 3-5 seconds (in production) using Rackspace Cloudfiles as the store. At first, I attributed it to my image processor ...
0
votes
0answers
141 views
problems with s3 + carrierwave + fog on production (works fine on staging)
I have a rails stack using carrierwave + fog to upload images to S3. In the staging environment everything works OK, but on production it doesn't upload anything :'(
I'm passing the following ...
0
votes
0answers
135 views
issues setting up S3 with carrierwave and fog in Heroku
I've been trying to upload files to Amazon S3 through a form, but I'm getting some errors I do not know how to fix.
Does somebody have experience this type of errors?
Heroku log errors:
response ...
0
votes
1answer
204 views
Carrierwave Fog (S3) Heroku
I am struggling with this setup and have read through Carrierwave docs and still and pulling hair.
I'm getting an error when I try to start the server even in dev mode.
Exiting
...
0
votes
2answers
145 views
Rails]Initializing for Fog in development environment
I deploy my rails app onto Heroku, and I've set aws access keys on the server as environment variables. However, to test my application in development environment, I need to initialize them somewhere ...
2
votes
1answer
140 views
How to use Fog with CarrierWave only in Production
I am using Heroku and S3 with my Rails app. I only have the fog gem installed in production mode because my local computer is a piece of junk. Anyway, it works fine this way and has proven to be the ...
1
vote
1answer
200 views
rails carrierwave_direct unable to render direct_upload_form_for form
I'm try to set up carrierwave_direct for some image uploading in my rails 3.2 application but seem unable to render the form by using the direct_upload_form_for tags.
I'm getting the error "undefined ...
0
votes
1answer
191 views
Missing requirement when using carrierwave and fog to upload file to S3
I got this error Missing required arguments: aws_access_key_id, aws_secret_access_key. That seems weird because I already added carrierwave.rb in initializers folder. The access/secret key works ...
1
vote
1answer
297 views
Carrierwave + s3 + fog (Excon::Errors::SocketError)
I'm currently getting the following error: Excon::Errors::SocketError - Broken pipe (Errno::EPIPE) when uploading images bigger than about 150kb. Images under 150kb work correctly. Research indicates ...
1
vote
1answer
80 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
286 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
215 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
40 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
849 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
110 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
199 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 ...
0
votes
2answers
350 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 ...
0
votes
1answer
153 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
0answers
141 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
100 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 ...
2
votes
0answers
152 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
277 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
127 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
100 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 ...
0
votes
1answer
154 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
2answers
596 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 ...
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
96 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
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: ...