From 6661480c5b321709ad44c7ef9572d7f908857a9d Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 7 Jun 2019 15:32:39 -0400 Subject: [PATCH] Link to Colleen Schnettler's talk At RailsConf 2019, Colleen Schnettler gave a fantastic talk on her real-world experience migrating from Paperclip to ActiveStorage, titled "How to migrate to Active Storage without losing your mind". In it she goes through the steps before and after a migration, and also talks through the details of the migration guide, along with some corrections. Link to the ConfFreaks video of this talk on YouTube so more video-minded folks can learn about the migration in a manner that is more comfortable. --- MIGRATING.md | 3 +++ README.md | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/MIGRATING.md b/MIGRATING.md index 420011156..be2a7c10f 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -1,5 +1,8 @@ # Migrating from Paperclip to ActiveStorage +* [Video presentation](https://www.youtube.com/watch?v=tZ_WNUytO9o). +* [En español](https://github.com/thoughtbot/paperclip/blob/master/MIGRATING-ES.md). + Paperclip and ActiveStorage solve similar problems with similar solutions, so transitioning from one to the other is straightforward data re-writing. diff --git a/README.md b/README.md index ab37d100e..585d88fff 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ Paperclip For new projects, we recommend Rails' own [ActiveStorage]. -For existing projects, please consult and contribute to [the migration guide] ([en español]). +For existing projects, please consult and contribute to the migration guide, +available [in English], [en español], and as [a video] recorded at RailsConf +2019. We will leave the Issues open as a discussion forum _only_. We do _not_ @@ -18,8 +20,9 @@ migration guide. All other pull requests will be closed without merging. [Paperclip is deprecated]: https://robots.thoughtbot.com/closing-the-trombone [ActiveStorage]: http://guides.rubyonrails.org/active_storage_overview.html -[the migration guide]: https://github.com/thoughtbot/paperclip/blob/master/MIGRATING.md +[in English]: https://github.com/thoughtbot/paperclip/blob/master/MIGRATING.md [en español]: https://github.com/thoughtbot/paperclip/blob/master/MIGRATING-ES.md +[a video]: https://www.youtube.com/watch?v=tZ_WNUytO9o # Existing documentation