discourse/app
Sam Saffron 7371b427cd DEV: correct a few Ruby 2.7 deprecations
Note:

```
def foo(bar: 1)
end

foo({bar: 2})
# raises a deprecation, instead use:

foo(**{bar: 2})
```

Additionally when matching regexes always use strings. It does not make
sense to match a non string to a regex.
2019-11-28 13:13:29 +11:00
..
assets DEV: Fix failing test on CI due to whitespace differences 2019-11-27 17:23:49 -07:00
controllers DEV: correct a few Ruby 2.7 deprecations 2019-11-28 13:13:29 +11:00
helpers Revert "FEATURE: Normalize the service worker route (#8359)" 2019-11-20 14:10:17 -08:00
jobs FIX: Mark secure media upload insecure automatically if used for theme component (#8413) 2019-11-28 07:32:17 +10:00
mailers FEATURE: Add support for secure media (#7888) 2019-11-18 11:25:42 +10:00
models DEV: correct a few Ruby 2.7 deprecations 2019-11-28 13:13:29 +11:00
serializers DEV: Remove unused user_auth_token_log_serializer 2019-11-27 16:50:31 +00:00
services FIX: Mark secure media upload insecure automatically if used for theme component (#8413) 2019-11-28 07:32:17 +10:00
views FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00