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

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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