Oh, mini_magick might be better. I’m hosting on Joyent and they don’t have
rmagick. They don’t have mini_magick either but I might be able to freeze
that one in. What changes do I need to make to have it work with
mini_magick?
After running the radiant:extensions:gallery:install task, you can
edit the gallery.yml file
(/vendor/extensions/gallery/config/gallery.yml), and set mini_magick
as processor.
Keith, just curious: How does Paperclip differ from attachment_fu? It
seems to have almost the exact same interface - is the only difference
that paperclip does not require rmagick, mini-magick or imagescience?
It is actually pretty different than attachment_fu. It doesn’t require
it’s own model, just a few columns. It is a lot lighter weight. I
actually like attachment_fu a lot, but it is a bit slow and it
requires either RMagick, Mini_magick or Image Science, all of which
are problematic. So I thought I would give it a try. So far, it seems
nice, but I haven’t really tried it in production yet.
When I got the newest gallery extension update I couldn’t get
mini_magick to work with it. The pictures moved and stayed were I put
them but I wasn’t able to upload and new images. Also the thumbs
weren’t the right size either.
I could but the old gallery extension back in and I could upload
images fine but again the images wouldn’t stay put.
I changed the processor in gallery.yml.default to mini_magick ( I
didn’t have a gallery.yml like in the old gallery extension)
When I got the newest gallery extension update I couldn’t get
mini_magick to work with it. The pictures moved and stayed were I
put them but I wasn’t able to upload and new images. Also the
thumbs weren’t the right size either.
I could but the old gallery extension back in and I could upload
images fine but again the images wouldn’t stay put.
I changed the processor in gallery.yml.default to mini_magick ( I
didn’t have a gallery.yml like in the old gallery extension)
In the new version i put the galery.yml file in RAILS_ROOT/config/
extensions/gallery/gallery.yml.
Have you got it ?