mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-18 22:39:29 +08:00
We have a custom implementation of #symbolize_keys in our Onebox helpers. This is likely a legacy from when Onebox was a standalone gem. This change replaces all usages with either #deep_symbolize_keys from ActiveSupport, or appropriate option to the JSON parser gem used. |
||
|---|---|---|
| .. | ||
| engine | ||
| domain_checker_spec.rb | ||
| engine_spec.rb | ||
| helpers_spec.rb | ||
| json_ld_spec.rb | ||
| layout_spec.rb | ||
| matcher_spec.rb | ||
| movie_spec.rb | ||
| oembed_spec.rb | ||
| open_graph_spec.rb | ||
| preview_spec.rb | ||
| status_check_spec.rb | ||