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

Commits on Feb 29, 2016

  1. Rename HashWithIndifferentAccess

    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.
    bhenderson committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    643098b View commit details
    Browse the repository at this point in the history