Files
Mike Dalessio b07f592aaf Fix broken background image after removal (#2817)
ActiveStorage::Record and ApplicationRecord used separate connection
pools (from separate `connects_to` calls). This meant `belongs_to
touch: true` on attachments silently failed — the card couldn't join the
attachment's transaction to receive the deferred touch, so fragment
caches were never invalidated after image removal.

Fix by delegating `connection_pool` from ActiveStorage::Record to
ApplicationRecord so they share a single pool.
2026-04-09 12:33:27 -04:00
..
2026-04-06 10:04:24 +01:00
2024-06-21 13:19:56 +01:00
2024-06-21 16:42:48 +01:00
2026-02-02 12:49:39 +01:00
2025-12-01 16:25:23 +01:00
2025-12-11 11:28:32 +00:00
2026-03-18 11:51:10 +01:00
2024-06-21 13:19:56 +01:00
2025-11-28 15:53:58 +01:00