ruby on rails - Reprocessing images in Carrierwave -



ruby on rails - Reprocessing images in Carrierwave -

let's model has image :thumb , client wants :tiny , :nano thumbnails.

how reprocess existing images using rake task?

i've found rask thought https://gist.github.com/777788 it's giving me errors.

according carrerwave documentation can utilize next commands:

model.all.each |model| model.image.recreate_versions! end

ruby-on-rails ruby-on-rails-3.1 rake carrierwave

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -