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:
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.
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):
I get an error that look like this: undefined method `post_image_will_change!\' for #<Post:0xf4e9184>
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
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
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
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
I\'m using carrierwave to upload photos to a World model. I can\'t seem to get the upload form right:
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