开发者

Add paperclip new style doesn't affect old uploaded images

I have Company model with logo image

has_attached_file :logo

I h开发者_StackOverflow中文版ave created many companies with their logos.

Now, I need to add new style

has_attached_file :logo, :styles => { :small => "30x15>", :medium => "155x85>" }

Should I re-upload all my old data to regenerate the new styles? I don't think so.... Or is there any rake task can regenerate styles?


See Thumbnail-Generation. If the rake task doesn't work for you, you should be able to use a snippet in the console to invoke reprocess! on the companies in question

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜