We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
as an outcome to eventually remove the core_ext/class.rb extension (which colides with ActiveSupport's own subclasses whenever jruby/core_ext is loaded)
subclasses
JRuby should deprecate the method and maybe provide an alternative JRuby.subclasses_for(klass)
JRuby.subclasses_for(klass)
... so that we can eventually remove it completely at some point later
The text was updated successfully, but these errors were encountered:
I always wished subclasses would get added as a standard Class method rather than everyone relying on Rails's patch.
Sorry, something went wrong.
deprecate Class#subclasses from jruby/core_ext ... move it to JRuby
313e5e6
... this essentially clashes with Rails's core_ext resolves #4760 (follow-up on 9a3fe9c)
003b9ee
kares
No branches or pull requests
as an outcome to eventually remove the core_ext/class.rb extension
(which colides with ActiveSupport's own
subclasses
whenever jruby/core_ext is loaded)JRuby should deprecate the method and maybe provide an alternative
JRuby.subclasses_for(klass)
... so that we can eventually remove it completely at some point later
The text was updated successfully, but these errors were encountered: