-
Notifications
You must be signed in to change notification settings - Fork 25
1.12.0 causes undefined method error #386
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
Comments
Thanks for reporting this, @PikachuEXE ! I'm able to reproduce the issue with your code but am having trouble producing a minimal reproduction. The only functional difference between v1.11.0 and v1.12.0 is this line, so I assume the issue is related to that. Here's what I've discovered so far using your code to reproduce with
|
I tried listing the methods in template like you did too <p>
Methods: <%= methods %>
</p> What you said is partially true (the underscores) 1.11 methods
1.12 methods
Update 1: The <p>
ApplicationController Methods: <%= ApplicationController.instance_methods %>
</p> 1.11 methods
1.12 methods
Update 2: <p>
ApplicationController::HelperMethods Methods: <%= ApplicationController::HelperMethods.instance_methods %>
</p> 1.11 methods
1.12 methods
Update 3: Update 4: #387 |
Yes, I wasn't clear in my earlier comment but I did notice the |
Sample app: https://github.com/PikachuEXE/vite-plugin-erb-issue-5-mvp (too lazy to create new sample app
PikachuEXE/vite-plugin-erb-issue-5-mvp@afdfc89
rails test
will fail with 1.12.0 but not 1.11.0The text was updated successfully, but these errors were encountered: