dongockhanh3103 / nimble-tech-test

0 stars 0 forks source link

Using carrierwave instead of ActiveStorage #1

Open olivierobert opened 4 years ago

olivierobert commented 4 years ago

ANy specific reasons to use carrierwave over the built-in ActiveStorage?

dongockhanh3103 commented 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.