Re: [Rails] How to create thumbnail

2010-07-08 Thread catz
Just try paperclip, very simple solution for it. -- 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 rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsub

[Rails] How to create thumbnail

2010-07-08 Thread debadatta
Hi all I want to create thumbnail for a uploaded image file, I have a product controller and model with a image field .I want file uploaded in the image field should have one thumbnail file and also one general. I have tried a lot by installing plugins for thumbnails but they are not working ren