carrierwave
Carrierwave + Fog (S3) + Heroku: TypeError (can't convert Hash into String)
I have an application on Heroku that uses Carrierwave to upload images to S3. The app is running perfectly on local machine but on Heroku throws the following error and fails the uploading to S3:[详细]
2023-04-07 06:03 分类:问答Carrierwave storage path management with a staging instance on Heroku
I have two instances of my app in production on Heroku, staging.myapp.com and www.myapp.com, and I am following this workflow: Staging instance on Heroku.[详细]
2023-04-06 06:14 分类:问答Rails + CarrierWave: NoMethodError: undefined method `name' for nil:NilClass
I am using CarrierWave with Rails 3.1. I am getting the following error message when I submit the form (trying to upload an image):[详细]
2023-04-06 05:46 分类:问答carrierwave - rails 3.1- undefined method: image_will_change
I get an error that look like this: undefined method `post_image_will_change!\' for #<Post:0xf4e9184>[详细]
2023-04-06 01:27 分类:问答Issues with Carrierwave in Rails 3.1.0
I\'m trying to attach a file \"attachment\" to my upload model.The attachment field in my db after creation is nil, and links link @upload.attachment.url just redirect to a parent object.Maybe I\'m do[详细]
2023-04-06 01:04 分类:问答Images not associated properly (carrier wave, fog, heroku)
Trying to add carrier wave based image uploading to my user model. This works locally in development. On heroku, the image is uploaded to my s3 bucket, but never displayed. In the console, it looks li[详细]
2023-04-05 17:05 分类:问答How to override where images are stored by CarrierWave? def store_dir doesn't seem to work
I\'m moving from attachment_fu to carrierwave, since attachment_fu is broken with Rails 3, and would like to be able to use the attachment_fu image files that I already have, instead of carrierwave ma[详细]
2023-04-05 15:38 分类:问答Rails 3 paperclip vs carrierwave vs dragonfly vs attachment_fu [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-04-05 09:09 分类:问答Rails 3, mongoid, carrierwave, nested object form
I\'m using carrierwave to upload photos to a World model. I can\'t seem to get the upload form right:[详细]
2023-04-05 06:42 分类:问答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 s3[详细]
2023-04-04 16:56 分类:问答