norman / has_image

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

This URL has Read+Write access

Norman Clarke (author)
Tue Jul 29 15:09:49 -0700 2008
has_image / CHANGELOG
100644 23 lines (17 sloc) 0.927 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2008-07-29 Norman Clarke <norman@randomba.org>
 
  * Downcased generated file names to avoid potential issues on
    case-insensitive filesystems.
  * Added "absolute path" method to model instances.
  * Made image deletion nullify the "has_image_file" field.
  * Added "has_image?" method to model instances.
  * Fixed ENONENT error with record update when there are no images yet.
  * Reverted thumbnail sorting feature - it's fast but makes terrible quality
    thumbnails. It's just not worth it.
 
2008-07-28 Norman Clarke <norman@randomba.org>
 
  * Added sorted thumbnail processing. This improves thumbnail generation
    speed by about 25% for 4.5 meg jpegs with 5 thumbnails.
  * Fixed broken resize for non-fixed-width thumbnails.
  * Added check for bad geometry strings.
  * Added dependencies and Rubyforge project to gemspec, updated docs.
 
2008-07-25 Norman Clarke <norman@randomba.org>
 
* First public release.