discourse/app
Joffrey JAFFEUX 47731175f4
FIX: ensures slug and id are not arrays (#8495)
If for some reason an URL was create in this format:

```
?slug[]=foo&slug[]=bar
```

This would have create an exception of this kind:

```
NoMethodError (undefined method `tr' for ["foo", "bar"]:Array
Did you mean?  try)
```
2019-12-10 09:28:51 +01:00
..
assets FIX: Muted tags are respected by TopicTrackingState (#8467) 2019-12-10 09:50:05 +11:00
controllers FIX: ensures slug and id are not arrays (#8495) 2019-12-10 09:28:51 +01:00
helpers DEV: s/\$redis/Discourse\.redis (#8431) 2019-12-03 10:05:53 +01:00
jobs DEV: update rubocop to version 0.77 2019-12-10 11:48:39 +11:00
mailers DEV: s/\$redis/Discourse\.redis (#8431) 2019-12-03 10:05:53 +01:00
models DEV: update rubocop to version 0.77 2019-12-10 11:48:39 +11:00
serializers FIX: Muted tags are respected by TopicTrackingState (#8467) 2019-12-10 09:50:05 +11:00
services DEV: update rubocop to version 0.77 2019-12-10 11:48:39 +11:00
views FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00