Files
fizzy/config
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
..
2024-06-21 13:19:56 +01:00
2026-03-18 11:51:10 +01:00
2024-06-21 13:19:56 +01:00
2025-12-19 12:21:37 +00:00
2024-06-21 13:19:56 +01:00
2026-03-18 11:51:10 +01:00
2026-01-12 15:16:33 +01:00