From: yoelblumenator@... Date: 2021-03-27T06:49:21+00:00 Subject: [ruby-core:103051] [Ruby master Feature#17472] HashWithIndifferentAccess like Hash extension Issue #17472 has been updated by joelb (Joel Blum). > Use JSON.parse(data, symbolize_names: true) I know that. Yet the fact is these bugs happen again and again (not only to new Ruby devs, agree with me it's super easy to forget to symbolize_keys or stringify or what have you). . Now I don't know if this suggestion is the right solution for the problem but I was hoping we could at least agree there's a problem for a sizeable segment of Ruby users. ---------------------------------------- Feature #17472: HashWithIndifferentAccess like Hash extension https://bugs.ruby-lang.org/issues/17472#change-91112 * Author: naruse (Yui NARUSE) * Status: Open * Priority: Normal * Target version: 3.1 ---------------------------------------- Rails has [ActiveSupport::HashWithIndifferentAccess](https://api.rubyonrails.org/classes/ActiveSupport/HashWithIndifferentAccess.html), which is widely used in Rails to handle Request, Session, ActionView's form construction, ActiveRecord's DB communication, and so on. It receives String or Symbol and normalize them to fetch the value. But it is implemented with Ruby. If we provide C implementation of that, Rails will gain the performance improvement. summary of previous discussion: https://github.com/rails/rails/pull/40182#issuecomment-687607812 -- https://bugs.ruby-lang.org/ Unsubscribe: