Skip to content
New issue

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

Rename HashWithIndifferentAccess #51

Closed
wants to merge 1 commit into from

Conversation

bhenderson
Copy link
Contributor

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.

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: tpkg#44, tpkg#50

I took tdombrowski's suggestion to keep the functionality vendored.
@jheiss
Copy link
Member

jheiss commented Dec 7, 2016

Can you fix the merge conflict?

@bhenderson
Copy link
Contributor Author

I'm no longer working on this. thanks.

@bhenderson bhenderson closed this Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants