Skip to content

v4.2.0 Flambé

Pre-release
Pre-release
Compare
Choose a tag to compare
@mkllnk mkllnk released this 08 Jun 04:17
· 8708 commits to master since this release
fddb76f

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

  • [Breaking] Replace Paperclip with Active Storage by @mkllnk in #9126

Full Changelog: v4.1.34...v4.2.0-alpha