kris

Results 8 comments of kris

Nate, I made the changes you made but found another issue, which might not be an issue but more of a design implementation. If I have a Title called "A...

To iterate on my question, we're looking for output like such: ``` [ { type: 'Article', attr1: 'val1', attr2: 'val2' }, { type: 'Slideshow', attr3: 'val3', attr4: 'val4' } ......

I'm also running into this, using localhost, ngrok. Would be cool to get some feedback. Thanks

@tommyg-cld Sorry for the late reply. It still doesn't work. Try this: 1. Add a `binding.pry` in `#extract_colors` 2. Check `image.metadata` -- for me it's `nil` 3. Exit pry 4....

@tommyg-cld When an image is uploaded, I wanted to have a callback that is triggered on the model to cache the extracted colors from Cloudinary. I was hoping to do...

@tommyg-cld metadata is nil for me in `after_save`. I'll create a repo over the next few days to demonstrate.