Skip to content

Conversation

ksss
Copy link
Contributor

@ksss ksss commented Apr 6, 2022

Summary

I found a very small problem by the following code.

ActiveJob.constants.each { |c| ActiveJob.const_get(c) }
#=> <internal:/Users/ksss/.rbenv/versions/3.1.1/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- active_job/query_tags (LoadError)

Other Information

activejob/lib/active_job/query_tags.rb has been removed from #43598

@rails-bot rails-bot bot added the activejob label Apr 6, 2022
@kamipo kamipo merged commit e648607 into rails:main Apr 6, 2022
@ksss ksss deleted the drop-query-tags branch April 6, 2022 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants