We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider deprecating Hash#symbolize_keys and Hash#stringify_keys. They seem a bit to magical and #rekey is probably the better approach in any case.
Hash#symbolize_keys
Hash#stringify_keys
#rekey
Even if we do deprecate them, we can still keep them as non-core requires.
The text was updated successfully, but these errors were encountered:
I think that's not a good idea -- using this outside of Rails is very useful!
Instead they should be fixed! #253
Sorry, something went wrong.
Okay.
Personally I think you could make them non-core. They are useful.. but they also indicate some poor API usage..
(E.g. JSON and YAML I believe have ways to load strings as symbols, which would be a lot more efficient.)
No branches or pull requests
Consider deprecating
Hash#symbolize_keys
andHash#stringify_keys
. They seem a bit to magical and#rekey
is probably the better approach in any case.Even if we do deprecate them, we can still keep them as non-core requires.
The text was updated successfully, but these errors were encountered: