SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 253 forks source link

Dragonfly Integration #59

Open activestylus opened 11 years ago

activestylus commented 11 years ago

Carrierwave is indeed awesome, but for images Dragonfly blows it out of the water. You can dynamically resize your images on the fly. This is expecially useful when you are building a whitelabel service with multiple users/domains and each of them has different layouts and needs for image formatting.

Some people might complain that it's too slow without caching, but this is a moot point now given that you can cache your own images using the **to_file() method.

Of course this is just a minor thing, overall I am very happy with how well this gem works.

Cheers!