Hi,

After upgrade to Rails 2.3.2 I have a problem with attachments.

After uploading the attachment in the images table there is a new
record. But the file does not exist on the file system.

has_attachment :content_type => :image,
                :storage => :file_system,
                :size => 0.megabyte..2.megabytes,
                :thumbnails => { :thumb => '150x150>',
                                  :thumb72 => '72x72>',
                                  :thumb90 => '90x90>',
                                  :thumb150fixed => '150x',
                                  :thumb120 => '120x120>',
                                  :thumb300 => '300x300>',
                                  :thumb400 => '400x400>',
                                  :thumb500 => '500x500>'
                                },
                :processor => MiniMagick


Any help appreciated.

Michal.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to