
Active Storage Awesomeness and Challenges
Rails Active Storage is incredible piece of software. Its purpose is to manage object storage (cloud storage buckets). Active Storage makes it straightforward to include file attachments via forms when using rails. I have used the carrierwave gem before, which is another object storage software. But using a file storage built into Rails is a better idea than adding another external gem to your project application.