-
Notifications
You must be signed in to change notification settings - Fork 123
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
after_stripe_event! not called after code reload #219
Comments
Same issue here. I was going crazy trying to figure out why the callbacks aren't showing up. Probably going to switch back to the basic Stripe gem until this is fixed. |
This is a quite serious issue and breaks the development process completely. Can anyone have a look, please? All versions starting from 2.0.0 are affected. |
Hi folks, I'm currently busy with work right now and won't have time to look at this for at least a few more weeks. If you'd like to take a stab at this, I'll be happy to look at your PR! Here are some past work on this that might point to why it's broken right now, |
+1 |
The code above works well after the app restart. Once I modify the code the app gets reloaded and the callback is never called again.
Can reproduce from rails console
To reproduce the problem
config.eager_load
should betrue
in development.Rails: 7.0.2
Rails env: development
Stripe: 6.5.0 (same with 6.1.0)
Stripe Rails: 2.3.4
The text was updated successfully, but these errors were encountered: