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

NoMethodError uninherited_const_defined?' for ActiveSupport::Dependencies:Module #11

Closed
dermotbrennan opened this issue Apr 2, 2011 · 1 comment

Comments

@dermotbrennan
Copy link

On Rails 3.0.4 I got the following error

NoMethodError (undefined method `uninherited_const_defined?' for ActiveSupport::Dependencies:Module):

when using master with the latest commit being 7010c41

The app started OK but the error would occur when I had made a change and then reloaded.

When I tried rails-dev-boost with the previous commit 29bcc80, it worked fine.

@thedarkone
Copy link
Owner

local_const_defined? is the new uninherited_const_defined? Closed by e2716ad

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

No branches or pull requests

2 participants