v4.2.0 Flambé
Pre-release
Pre-release
A test release for Active Storage replacing Paperclip. This is release is based on v4.1.34 and contains only the Paperclip replacement on top. This allows us to deploy this change independently and quickly revert if necessary.
⚠️ Before deploying this ⚠️
Make sure that you ran the following commands on your server before you deploy this:
bundle exec rake from_paperclip_to_active_storage:copy_content_config # Associate ContentConfig to ActiveStorage blobs
bundle exec rake from_paperclip_to_active_storage:migrate # Copy data to Active Storage tables referencing Paperclip files
What's Changed
Full Changelog: v4.1.34...v4.2.0-alpha