CKEditor Carrierwave Cloudinary
问题 I'm trying to get CKEditor to work with Carrierwave and Cloudinary. So far, non-CKEditor enabled views with a regular file upload field are working perfectly with Carrierwave & Cloudinary. However, when I try to upload a file in CKEditor and "Send it to the Server" I'm getting a NoMethodError - undefined method 'each' for "image/jpeg":String: Prior to removing the local storage config from the CKEditor classes it was working, but saving the file locally. Here is my current CKEditor uploader: