denny / MahBucket

Simple open source image library / file manager webapp written in Ruby on Rails, using AWS S3 as the file store, and Google OAuth for authentication.
6 stars 2 forks source link

Replace paperclip with ActiveStorage #174

Open denny opened 4 years ago

denny commented 4 years ago

The paperclip gem has been deprecated in favour of ActiveStorage.

There's a migration guide, here:
https://github.com/thoughtbot/paperclip/blob/master/MIGRATING.md

denny commented 4 years ago

Started looking at this: https://github.com/denny/MahBucket/tree/feature/active-storage