tpkg / client

tpkg client code
MIT License
5 stars 7 forks source link

Rename HashWithIndifferentAccess #51

Closed bhenderson closed 6 years ago

bhenderson commented 8 years ago

ActiveSupport actually has a line like

HashWithIndifferentAccess = ActiveSupport::HashWithIndifferentAccess

Which means that we're actually reopening the class, rather than defining our own, which means we're mixing old/new functionality.

This was reported as breaking Rails 4: #44, #50

I took tdombrowski's suggestion to keep the functionality vendored.

jheiss commented 7 years ago

Can you fix the merge conflict?

bhenderson commented 6 years ago

I'm no longer working on this. thanks.