I am having some trouble with paperclip.
It seems I cannot resize images when i upload them. If i do no resize it's fine. The error I get is this:
[paperclip] An error was received while processing: #<Paperclip::Errors::NotIdentifiedByImageMagickError: /var/folders/xd/6z05jyw16_vcvwxdr6qwtz2w0000gn/T/DS44526.jpg is not recognized by the 'identify' command.>
Now, I've tried setting stuff in the environment files but nothing works.
here's the thing: projects i find from the net work, like the one from thoughtbot(https://github.com/thoughtbot/paperclip_demo)
so i actually made a new project, and copied and pasted the code from the paperclip-demo and I STILL couldn't get it to work. same error.
So, what on earth could I be missing here??
So, one from thoughtbot: works. One I make using rails new: doesn't. one i copy/paste from thoughtbot: doesn't.
so.. what could possibly be different?