discourse-docs/spec
Ted Johansson 7228882378
FIX: Don't error out on non-stringy tags parameter (#180)
We're expecting the tags parameter to be a string. But the client can send an array or a nested parameter (thanks to the Rack protocol.) We're seeing exceptions in logs where the application is erroring out because of this.

As of this commit we raise a Discourse::InvalidParameters exception if we get a non-stringy tags parameter.
2024-10-21 14:13:21 +08:00
..
requests FIX: Don't error out on non-stringy tags parameter (#180) 2024-10-21 14:13:21 +08:00
serializers DEV: Fix new Rubocop offenses (#166) 2024-02-29 18:14:03 +01:00
system DEV: Fix new Rubocop offenses (#166) 2024-02-29 18:14:03 +01:00
plugin_spec.rb DEV: Fix new Rubocop offenses (#166) 2024-02-29 18:14:03 +01:00