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

Rails 5 Issue #61

Open
tarr11 opened this issue Jul 14, 2016 · 7 comments
Open

Rails 5 Issue #61

tarr11 opened this issue Jul 14, 2016 · 7 comments

Comments

@tarr11
Copy link

tarr11 commented Jul 14, 2016

Receiving this error when running under rails 5:

NameError: undefined local variable or method `log_call' for ActiveSupport::Dependencies:Module

@thedarkone
Copy link
Owner

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 rails-dev-boost and the fixes required are not trivial. I am afraid I will not be able to work on these for some months.

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-dev-boost, are not yet on Rails 5 either.

Rails 5 support is coming, but it is somewhat on the back-burner for now.

@tarr11
Copy link
Author

tarr11 commented Jul 22, 2016

I managed to get it to run by commenting out this one line:

mvcodeclub@4e8e99b

I have no real idea what I'm doing in that code, though, or what the replacement call should be.

@codered
Copy link

codered commented Mar 30, 2017

I am seeing the same issue in rails5.

@giolazzareschi
Copy link

Thats still happening? Any correction for this? Using last Rails version.

@spurnaye
Copy link

spurnaye commented Jul 7, 2017

I am getting following error with Rails 5.1.2

NoMethodError: undefined method `alias_method_chain' for ActiveSupport::Dependencies:Module

@thromera
Copy link

thromera commented Aug 30, 2017

alias_method_chain has been deprecated in Rails 5 and removed in 5.1 rails/rails#19434
I will try to push a fix for that later this week.

https://www.justinweiss.com/articles/rails-5-module-number-prepend-and-the-end-of-alias-method-chain/

@abadfish
Copy link

mvcodeclub@4e8e99b

worked for me too @tarr11 thank you

boballer pushed a commit to ballertv/rails-dev-boost that referenced this issue Feb 25, 2020
whats0n0 added a commit to keitagaming/rails-dev-boost that referenced this issue Jan 17, 2023
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

7 participants