Paperclip Refreshing of Thumbnails not working with S3
Posted
by Finn Kelly
on Stack Overflow
See other posts from Stack Overflow
or by Finn Kelly
Published on 2010-04-16T22:29:00Z
Indexed on
2010/04/16
22:33 UTC
Read the original article
Hit count: 476
I have Paperclip installed as a gem and i am trying to refresh the thumbnail size of the images. I'm running this command:
rake paperclip:refresh:thumbnails CLASS=User
and receiving this error:
...rake aborted! The specified key does not exist.
Any ideas?
Finn
© Stack Overflow or respective owner