File Management with Rails and Active Storage
December 04, 2018 by Will
With Rails 5 we now have ActiveStorage: built in file management with the framework. This is a fantastic adition to the framework as it standardises file management, instead of relying on 3rd party plugins. ActiveStorage adds two tables to your app that handles all the file details (active_storage_blobs) and the... Read More