Rails Active Storage
18-Nov-2018 3022
Active Storage is a new feature of Ruby on Rails 5.2 that provides functionality to upload files to the cloud, currently Amazon Web Services, Google Cloud, Microsoft Azure.This gem attaches pointers to uploaded files to the Active Record object. It uploads the file asynchronously which reduces app server overhead, and it also doesn’t require adding a background job explicitly. Active Storage by default uses Active Job to upload the files.
Rails Active Storage #ruby #rubydeveloper #rubyonrails #Rails #Active #Storage #active https://rubyonrails.ba/link/rails-active-storage