[Rails] Re: paperclip question

2010-04-06 Thread bramu...@gmail.com
Thanks all for your suggestions... Hansraj, can you please post the code snippet which does that... On Apr 5, 12:52 pm, hansraj wrote: > You can do it by just writing a rake task which takes in the already > uploaded images one by one > and then reprocess them and upload them again. > This will t

[Rails] Re: paperclip question

2010-04-05 Thread hansraj
You can do it by just writing a rake task which takes in the already uploaded images one by one and then reprocess them and upload them again. This will take care of the small and other styles of the images. Hope this helps. --Hansraj On Apr 5, 10:13 am, "bramu...@gmail.com" wrote: > Hi All,

[Rails] Re: paperclip question

2010-04-05 Thread oivoodoo
May be you can try to check url for you thumbnails for example: # has_att.. :image if photo.image.blank? or photo.image.url(:small).blank? # end On 5 апр, 08:13, "bramu...@gmail.com" wrote: > Hi All, > >   My application is using paperclip and its working fine without any > problems, I am able