from Hacker News

Rails 5.2 (RC1): Active Storage and Beyond

by ssaunier_ on 2/1/18, 1:51 PM with 1 comments

  • by elsurudo on 2/1/18, 2:07 PM

    Nice! Active Storage is a welcome addition, as file uploads are used in probably 90% of apps...

    Here are the full docs, for anyone interested: http://edgeguides.rubyonrails.org/active_storage_overview.ht...

    Worth noting is that direct upload to cloud providers is supported already! Really nice, a crucial feature IMO – I had created my own set of libraries of deal with this in the past, so we'll see how this stacks up.