RailsCasts Pro episodes are now free!

Learn more or hide this

Katie Miller's Profile

GitHub User: ktmiller

Comments by Katie Miller

Avatar

The "mercury:saved" trigger doesn't seem to exist anymore.

Avatar

I'm exploring this plugin for our company website so that the sales team can easily update content. So far I'm loving it, but the image uploading is a little bit mysterious to me. Maybe someone can explain the steps I'm missing to use the images feature. I tried dragging and dropping in an image and I'm receiving this error: "Unable to process response: TypeError: Cannot read property 'url' of undefined." I noticed in the server logs that the image was processed successfully with paperclip but it saves the image to public/system/images. Is there a way to configure where the images get saved? How would I go about customizing the image model?