Stephen Margheim
Stephen Margheim
We should link to the relaxin portion of the Rails Guide (https://guides.rubyonrails.org/error_reporting.html#using-the-error-reporter) and provide a bit more information here around the 3 different reporting methods and their behavior. Maybe we...
Released with version 0.5.0
Yeah, my thinking currently is to start by adding another page for showing resolved errors and on that page allow for manual deletion. I don't want to add automatic deletion...
Feel free to open a PR with the resolved errors index view and a destroy action
... CoPilot and those damned hanging parens.
I'm guessing that the guides failures are related, but the errors don't really have any messages, so I'm not sure what the problem is and thus how to possibly fix...
Ok. I'll simplify the changes for the guides to simply use `>= 1.6.6` to make them more flexible and bump them to what the Rails `Gemfile` currently has after https://github.com/rails/rails/pull/51592
I have been using the [`oha`](https://github.com/hatoo/oha) simple load testing CLI utility against this Rails app hitting these endpoints: https://github.com/fractaledmind/railsconf-2024/blob/workshop/app/controllers/benchmarking_controller.rb. You can find the details of how I setup the benchmarking...
> @fractaledmind - I've just tried this out on Campfire and it looks good. We are currently using a retry with backoff, but I'm not seeing any performance differences with...
@djmb: I will try to create a test case to benchmark this.