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

NameError: undefined local variable or method `arguments' for an instance of xxxMailer #1145

Closed
nov opened this issue Jan 10, 2024 · 4 comments · Fixed by #1146
Closed

NameError: undefined local variable or method `arguments' for an instance of xxxMailer #1145

nov opened this issue Jan 10, 2024 · 4 comments · Fixed by #1146

Comments

@nov
Copy link

nov commented Jan 10, 2024

https://github.com/rollbar/rollbar-gem/blob/master/lib/rollbar/plugins/active_job.rb is expecting ActionMailer::Base children have arguments, but actually not.
thus causing the error in title

@womanonrails
Copy link

womanonrails commented Jan 10, 2024

I have the same problem rollbar-gem version 3.5.0.
In my case Ruby: 3.2.2 Rails: 7.1.1.

@waltjones
Copy link
Contributor

Thank you for the reports. Working to get a fix out today.

@waltjones
Copy link
Contributor

Released in 3.5.1. https://github.com/rollbar/rollbar-gem/releases/tag/v3.5.1

@isaacbowen
Copy link

Thanks @waltjones! :)

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

Successfully merging a pull request may close this issue.

4 participants