SammyLin / redactor-rails

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

dropbox storage not working #134

Open benmwendwa opened 9 years ago

benmwendwa commented 9 years ago

I want to use dropbox storage in production environment: (https://github.com/robin850/carrierwave-dropbox) unless Rails.env.production? storage :file else storage :dropbox

storage :fog

end

but the image url is not being returned. The details being saved in database looks like this:

But the image is being uploaded well. And also other direct controllers and models are working well. How can I resolve this?