discourse/app
Guo Xiang Tan 754458e6a2 PERF: Minor but we can just pass a hash to where.
```
Warming up --------------------------------------
          4 x .where     1.040k i/100ms
          1 x .where     1.677k i/100ms
Calculating -------------------------------------
          4 x .where     10.321k (± 5.2%) i/s -     52.000k in
5.053803s
          1 x .where     17.117k (± 3.8%) i/s -     85.527k in
5.004107s

Comparison:
          1 x .where:    17117.1 i/s
          4 x .where:    10321.3 i/s - 1.66x  slower
```
2018-05-28 16:41:38 +08:00
..
assets FEATURE: add support for group_name parameter in /new-message route 2018-05-28 13:26:41 +05:30
controllers Merge pull request #5872 from OsamaSayegh/users-controller-specs-to-request 2018-05-28 13:32:37 +08:00
helpers FIX: allow user quotes in HTML digest emails 2018-05-13 18:23:17 +02:00
jobs FIX: Use the username formatter when updating cooked usernames 2018-05-25 17:29:06 -04:00
mailers FIX: check for existence of topic before looking for category 2018-05-17 10:49:01 +05:30
models PERF: Minor but we can just pass a hash to where. 2018-05-28 16:41:38 +08:00
serializers Move some display logic out of model, upgrade old code patterns 2018-05-25 12:54:22 -04:00
services FIX: ensure 'notifications_state' is up to date after creating a notification 2018-05-26 02:09:48 +02:00
views FIX: redirect to sso_destination_url after account activation 2018-05-11 19:57:04 +02:00