discourse/app
Loïc Guitaut 74387e83b6 DEV: Stop polluting all Ruby classes
The `ReviewableScore` model was defining class methods on `self.class`
from a singleton context so instead of defining methods on
`ReviewableScore` it was defining them on `Class`, so basically on every
existing class.

This patch resolves this issue. Using `enum` from `ActiveRecord` in the
future will avoid this kind of problems.
2021-12-08 11:32:25 +01:00
..
assets FIX: --header-offset didn't account for overscroll (#15221) 2021-12-08 01:40:49 +01:00
controllers DEV: Add :before_email_login event for plugins (#15187) 2021-12-06 09:38:37 +08:00
helpers SECURITY: Remove ember-cli specific response from application routes (#15155) 2021-12-01 16:10:40 +00:00
jobs FEATURE: Pre-setting user locale via bulk invite (#15195) 2021-12-06 02:08:21 +01:00
mailers DEV: Hash tokens stored from email_tokens (#14493) 2021-11-25 09:34:39 +02:00
models DEV: Stop polluting all Ruby classes 2021-12-08 11:32:25 +01:00
serializers FIX: Display pending posts in a moderated category 2021-12-07 10:14:45 +01:00
services FIX: auth incorrectly handles duplicate usernames (#15197) 2021-12-06 20:49:04 +04:00
views SECURITY: Remove ember-cli specific response from application routes (#15155) 2021-12-01 16:10:40 +00:00