discourse/plugins/discourse-adplugin/spec
ducks 05e4a3d98e
PERF: Avoid timeout when deleting a house ad with many impressions (#39996)
Deleting a house ad loaded every associated impression into memory and
issued a separate DELETE per row, because the impressions association
used dependent: :destroy.
2026-05-14 11:37:04 +08:00
..
fabricators FEATURE: Implement ad impressions tracking (#35797) 2025-12-01 12:17:25 -05:00
models PERF: Avoid timeout when deleting a house ad with many impressions (#39996) 2026-05-14 11:37:04 +08:00
requests FEATURE: redesign house ads admin UI with FormKit (#37799) 2026-02-17 13:37:17 +10:00
serializer FEATURE: Implement ad impressions tracking (#35797) 2025-12-01 12:17:25 -05:00
system DEV: Make visit() wait for the app to boot (#39659) 2026-04-30 17:33:57 +02:00