Enable load symbol class - #473
Conversation
|
This needs at least tests, please. |
|
@dblock |
|
Also CHANGELOG please, see bot note above. |
|
Could you explain to us like 2 yo why this change is right? Should we be adding other classes? Exposing parameters to this? Something else? |
|
https://docs.ruby-lang.org/en/2.6.0/Psych.html#method-c-safe_load
As I needed it for my project, I can't think of any other classes I need now.
Change to call a method instead of a direct params description. |
|
Sorry to be a pest, I think we also need:
|
|
Also @riouruma thanks for hanging in here with my requests :) really appreciate your patience and hard work. |
|
I added descriptions in README and UPGRADING. |
|
Closing via #474 |
Problem
I got an error when
rails serverstarted.We need to allow Symbol class on
YAML.safe_load.Related issue
#458