On 0.9 I used the paperclipped ext, now I'm in the process of moving to 1.0 and I've ditched paperclipped for clipped.
So far, my assets on disk are in the form of .../890/someimage_normal.jpg someimage_thumbnail.png someimage_icon.png
I've run the clipped migrations and also made sure that ImageMagick's identify command can be run.
In the admin interface, I can upload assets and edit them, but only the original sized images work: Neither the icons nor the thumbnails work. Is there a migration process or something that I'm missing?
On 0.9 I used the paperclipped ext, now I'm in the process of moving to 1.0 and I've ditched paperclipped for clipped.
So far, my assets on disk are in the form of
.../890/someimage_normal.jpg someimage_thumbnail.png someimage_icon.pngI've run the clipped migrations and also made sure that ImageMagick's
identifycommand can be run.In the admin interface, I can upload assets and edit them, but only the original sized images work: Neither the icons nor the thumbnails work. Is there a migration process or something that I'm missing?