Commit 6661480c by Mike Burns

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.
parent 1949da33
# Migrating from Paperclip to ActiveStorage # 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 Paperclip and ActiveStorage solve similar problems with similar solutions, so
transitioning from one to the other is straightforward data re-writing. transitioning from one to the other is straightforward data re-writing.
......
...@@ -7,7 +7,9 @@ Paperclip ...@@ -7,7 +7,9 @@ Paperclip
For new projects, we recommend Rails' own [ActiveStorage]. 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_ 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. ...@@ -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 [Paperclip is deprecated]: https://robots.thoughtbot.com/closing-the-trombone
[ActiveStorage]: http://guides.rubyonrails.org/active_storage_overview.html [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 [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 # Existing documentation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment