discourse/app
Krzysztof Kotlarek d77e31b7e9
FIX: sort using ruby to avoid N+1 queries (#10915)
We are using preload to load tags into topics. When later we try to use `order` or `pluck` it is causing N+1

Usually, topics don't have many tags so sorting using ruby should be reasonably performant.
2020-10-14 18:20:41 +11:00
..
assets FIX: Wizard theme preview when logo is missing (#10914) 2020-10-13 20:06:09 -04:00
controllers DEV: Users must be able to see a topic to moderate it. (#10906) 2020-10-13 13:03:14 -03:00
helpers Replace base_uri with base_path (#10879) 2020-10-09 12:51:24 +01:00
jobs FEATURE: Add weekly bookmark cleanup code (#10899) 2020-10-14 09:38:57 +10:00
mailers FIX: When admin changes an email for the user the user must confirm the change (#10830) 2020-10-07 13:02:24 +10:00
models FEATURE: Add weekly bookmark cleanup code (#10899) 2020-10-14 09:38:57 +10:00
serializers FIX: sort using ruby to avoid N+1 queries (#10915) 2020-10-14 18:20:41 +11:00
services REFACTOR: Removes double check of site setting in badge granter 2020-10-05 19:59:57 +02:00
views Revert "FEATURE: Upgrade analytics.js to gtag.js (#10893)" (#10910) 2020-10-13 12:20:41 -05:00