Greg Schmit
Greg Schmit
Well, "webhooks" is just a description of a system hitting an API when an event happens. This project already assists developers in building APIs, and libraries like `HTTParty` already exist...
One other thing to note is that this would all be opt-in. We would not make the normal controller mixins generate this behavior.
I like this idea; a PR is welcome, however this weekend I might be able to tackle this. Some of the methods I overrode from DRF, so I probably should...
Update: I added a test that shows the problem and it fails in `main` but passes on this branch. I ran tests and everything passed.
FYI, it's a public project so if you want to see the full logs: https://github.com/gregschmit/rails-rest-framework/actions/runs/12318981923/job/34384995326. You can see I was also struggling with the bug in `2.3.0` with kamal claiming...
The CLI flag could perhaps be called `--auto-proxy-reboot`?
Next/previous links added, but we should still provide the params accepted by the associated filters.