trestle-active_storage icon indicating copy to clipboard operation
trestle-active_storage copied to clipboard

Use attach method for has many attachments

Open K4sku opened this issue 1 year ago • 0 comments

This PR does four things:

  1. Fixes displaying delete checkboxes for has_many_attachments files.
  2. Prevents overwriting attachments on adding new files in has_many_attachments. I'm aware of config.active_storage.replace_on_assign_to_many = false, but I think it's good not to rely on the legacy fallback option.
  3. Set the minimal rails version to 6 due to point 2.
  4. Bumps gem version to 3.1.0

K4sku avatar May 08 '23 08:05 K4sku