attachment_saver 1.6.0
This plugin implements attachment storage and processing, integrated with ActiveRecord models and Ruby CGI/Rails-style uploads. Image processing operations including a number of different resizing & thumbnailing modes are provided, and the architecture simplifies clean implementation of other types of processing. Errors are carefully handled to minimize the possibility of broken uploads leaving incomplete or corrupt data. RMagick, MiniMagick, and ImageScience image processors are supported.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 0
mimemagic
>= 0
Development Dependencies (8):
gdk_pixbuf2
>= 0
image_science
>= 0
image_size
>= 0
mini_magick
>= 0
mocha
>= 0
rake
>= 0
rmagick
>= 0
sqlite3
>= 0