Thanks all for your suggestions...
Hansraj, can you please post the code snippet which does that...

On Apr 5, 12:52 pm, hansraj <hansrajp...@gmail.com> 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 take care of the small and other styles of the images.
>
> Hope this helps.
>
> --Hansraj
>
> On Apr 5, 10:13 am, "bramu...@gmail.com" <bramu...@gmail.com> wrote:
>
>
>
> > Hi All,
>
> >   My application is using paperclip and its working fine without any
> > problems, I am able to generate the thumb images and big images from
> > actual uploaded images. There are many images already uploaded by the
> > users. Now I want to create small images from the original uploaded
> > image. For the newly uploaded images its working fine but how can I do
> > the same for already uploaded image??
>
> >   if photo.get_photo(:small).nil?
>
> >   end
>
> > what the code I can write inside or any other way I can do the same??
>
> > Thanks,
> > Ramu.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to