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

Add 'require' for Hash#with_indifferent_access to active_job/arguments.rb #18119

Merged

Conversation

joker1007
Copy link
Contributor

ActiveJob::Arguments uses Hash#with_indifferent_access.
But, activejob gem does not require Hash extension library.
When we use activejob as standalone,
we need extra require statement. This is unhandy.

This commit fixes it.

ActiveJob::Arguments uses Hash#with_indifferent_access.
But, activejob gem does not require Hash extension library.
When we use activejob as standalone,
we need extra require statement. This is unhandy.

This commit fixes it.
@arthurnn
Copy link
Member

👍

sgrif added a commit that referenced this pull request Dec 21, 2014
…_activejob

Add 'require' for Hash#with_indifferent_access to active_job/arguments.rb
@sgrif sgrif merged commit c9a953a into rails:master Dec 21, 2014
carlosantoniodasilva pushed a commit to carlosantoniodasilva/rails that referenced this pull request Dec 21, 2014
…sh_to_activejob

Add 'require' for Hash#with_indifferent_access to active_job/arguments.rb
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.

None yet

3 participants