Displaying 3 results from an estimated 3 matches for "small_thumb".
2006 Aug 23
0
Rotating Images with file_column
...ot; the
image? Or better yet: is there a clean way to represent the image
"versions" (which would consist of dimensions and cropping) which I
can plug into the file_column and RMagick?
file_column :image, :store_dir => :photo_store_dir, :magick => {
:versions => {
:small_thumb => { :crop => ''1:1'', :size => ''40x40>'' },
:large_thumb => { :crop => ''4:3'', :size => ''100x75>'' },
:small => { :size => ''640x480>'' },
:medium => { :size =&g...
2006 Jun 19
0
image rotation? (orientation)
Hi there,
So, I have this photo site. When the users upload photos, they are
generally in a zip file. So the site unzips the photos and then
generates 5 versions of each one: small_thumb, large_thumb, small,
medium, and large. After it finishes that, it will forward the user
onto a page where they can edit the pictures'' title, caption and
orientation (20 pictures per page). This page uses Ajax so when you
select a photo to edit, it simply gives you the tools right within...
2006 Jan 01
11
Migration db_schema_import always fails.
I have not been able to get DB migrations to work at all in Rails 1.0
for me. On multiple platforms I continually get the same errors. It
took me awhile to figure out some initial things, such as Migrations
don''t seem to support Enum column types, and doesn''t really support
Foreign key relationships (the constraints at least). After changing
my DB schema to jive more with the