BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 437 forks source link

Add Ruby 3, Rails 7 to CI matrix #494

Open RobinDaugherty opened 3 years ago

RobinDaugherty commented 3 years ago

And exclude some unsupported Rails configurations based on https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html

codeodor commented 2 years ago

Does this gem with Binding of Caller not work on Ruby 3+?

We somewhat recently upgraded Ruby and Rails and I just noticed Better Errors is not giving me the in-browser REPL like it used to.

RobinDaugherty commented 1 year ago

@codeodor as far as I can tell better_errors and binding_of_caller work with Ruby 3.0. I use it personally in a project. We just haven't had time to evaluate our unit tests or update CI.