
:thumbnails needs to check type
Reported by Ryan Davis | April 2nd, 2007 @ 04:52 PM
:thumbnails => [ :thumb => "100x100>" ]
goes wonk in a very very indirect way.
thumbnails.each { |k,v|
expands the key to the hash and v as nil, then
[height, width] / nil.to_s
becomes 0, 0
which makes image_science barf (which I'll file a ticket on and fix as well).
Comments and changes to this ticket
-
Rick April 2nd, 2007 @ 04:52 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป