Files
fizzy/test/models
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
2025-12-09 20:24:09 -05:00
2026-02-12 10:29:50 +01:00
2025-11-14 11:24:55 +01:00
2026-01-23 11:28:26 -05:00
2026-01-23 13:25:55 -05:00