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

cannot load such file -- grape/extensions/deep_hash_with_indifferent_access after update to 1.3.0 #1972

Closed
cintrzyk opened this issue Jan 14, 2020 · 1 comment · Fixed by #1976
Labels

Comments

@cintrzyk
Copy link

Looks like Grape::Extensions::DeepHashWithIndifferentAccess was removed here:
7ed7598#diff-0beb8afd3f95a465d9cdf19b4bb7aa59

but it's still declared to autoload here:
https://github.com/ruby-grape/grape/blob/v1.3.0/lib/grape.rb#L87

@dblock
Copy link
Member

dblock commented Jan 14, 2020

Looks like a bug, please PR. There should be a way to force auto-load of everything in a spec and making sure we don't have this problem again, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants