-
Notifications
You must be signed in to change notification settings - Fork 46
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
Rails 5 Issue #61
Comments
I haven't investigated Rails 5 support (my app is not on Rails 5 quite yet). From what I know following Rails 5 dev, there are a lot of changes to some internals relevant to There is also an assumption - perhaps incorrect - on my part that most of huge Rails apps, that is the apps that benefit the most from Rails 5 support is coming, but it is somewhat on the back-burner for now. |
I managed to get it to run by commenting out this one line: I have no real idea what I'm doing in that code, though, or what the replacement call should be. |
I am seeing the same issue in rails5. |
Thats still happening? Any correction for this? Using last Rails version. |
I am getting following error with Rails 5.1.2
|
|
worked for me too @tarr11 thank you |
Receiving this error when running under rails 5:
NameError: undefined local variable or method `log_call' for ActiveSupport::Dependencies:Module
The text was updated successfully, but these errors were encountered: