Open olivierobert opened 4 years ago
In the past, I have opportunity to work with both Rails 4 and Rails 6. The ActiveStorage has just launched on Rails 5+, the reason on project Rails 6+ does not use ActiveStorage because this gem does not handle image better than Carrierwave, and my team define to use Carrierwave due to have knowledge before. The answer for this question is that I had knowledge about Carrierwave before and to save time for researching and implementation.
ANy specific reasons to use
carrierwave
over the built-inActiveStorage
?