norman / has_image

A lightweight and opinionated but hackable library for attaching images to ActiveRecord models.

This URL has Read+Write access

has_image / CHANGELOG
f2b1cb0f » Norman Clarke 2008-08-19 Made storage work more corr... 1 2008-08-19 Norman Clarke <norman@randomba.org>
2 * Made storage work more correctly with tempfiles.
3
51e75df3 » Norman Clarke 2008-08-18 Fixed ability to set the pa... 4 2008-08-18 Norman Clarke <norman@randomba.org>
5 * Fixed ability to set the path for storing image files.
6
a333fb7c » Norman Clarke 2008-08-01 Improved partitioned path h... 7 2008-08-1 Adrian Mugnolo <adrian@randomba.org>
8 * Improved partitioned path handling to avoid collisions when the id is
9 very high, which can happen if you use db:fixtures:load.
10
52bfffe2 » Norman Clarke 2008-08-01 Fixed a bug where overwriti... 11 2008-08-1 Norman Clarke <norman@randomba.org>
12 * Fixed a bug where overwriting a previous image triggered callbacks more
13 than once, causing errors.
14
5f37bfb7 » Norman Clarke 2008-07-29 Reverted thumbnail sorting ... 15 2008-07-29 Norman Clarke <norman@randomba.org>
16
2fccf83c » Norman Clarke 2008-07-29 Downcased generated file na... 17 * Downcased generated file names to avoid potential issues on
18 case-insensitive filesystems.
7185febb » Norman Clarke 2008-07-29 Added "absolute path" metho... 19 * Added "absolute path" method to model instances.
819eb05d » Norman Clarke 2008-07-29 Made image deletion nullify... 20 * Made image deletion nullify the "has_image_file" field.
21 * Added "has_image?" method to model instances.
6f292eb8 » Norman Clarke 2008-07-29 Fixed ENONENT error with re... 22 * Fixed ENONENT error with record update when there are no images yet.
5f37bfb7 » Norman Clarke 2008-07-29 Reverted thumbnail sorting ... 23 * Reverted thumbnail sorting feature - it's fast but makes terrible quality
24 thumbnails. It's just not worth it.
25
e34a0c36 » Norman Clarke 2008-07-28 Added dependencies and Ruby... 26 2008-07-28 Norman Clarke <norman@randomba.org>
27
4429231f » Norman Clarke 2008-07-28 Updated changelog. 28 * Added sorted thumbnail processing. This improves thumbnail generation
29 speed by about 25% for 4.5 meg jpegs with 5 thumbnails.
30 * Fixed broken resize for non-fixed-width thumbnails.
31 * Added check for bad geometry strings.
e34a0c36 » Norman Clarke 2008-07-28 Added dependencies and Ruby... 32 * Added dependencies and Rubyforge project to gemspec, updated docs.
4429231f » Norman Clarke 2008-07-28 Updated changelog. 33
798b8d2c » Norman Clarke 2008-07-24 Added CHANGELOG. 34 2008-07-25 Norman Clarke <norman@randomba.org>
35
36 * First public release.