SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 253 forks source link

using Heroku and Amazon S3, files are uploaded to public/system instead of S3 bucket #54

Closed andreivolt closed 11 years ago

andreivolt commented 11 years ago

I've followed this guide : https://gist.github.com/cblunt/1303386, and configured Carrierwave to work with S3 through Fog.

However, when I upload files through Redactor, they are still uploaded in public/system, instead of the expected S3 bucket. I must be missing something, but what? I'm pretty sure I've followed the guide correctly.

Cheers!

Andrei

andreivolt commented 11 years ago

Nevermind... forgot to set up the uploader.

damienbrz commented 10 years ago

Hey @andreivolt How did you manage to do this? Got some trouble with the script and carrierwave direct.

andreivolt commented 10 years ago

Like I said, I had forgotten to set up the CarrierWave uploader.

Did you follow this guide? I think it's still accurate.

What issues are you having?

damienbrz commented 10 years ago

Worked it out. Thanks anyway. On 25 Jun 2014 16:33, "Andrei Vladescu-Olt" notifications@github.com wrote:

Like I said, I had forgotten to set up the CarrierWave uploader.

Did you follow this guide https://gist.github.com/cblunt/1303386? I think it's still accurate.

What issues are you having?

Reply to this email directly or view it on GitHub https://github.com/SammyLin/redactor-rails/issues/54#issuecomment-47065038 .