Read more

Fix REPL of better_errors page

Deleted user #8242
October 06, 2021Software engineer

The gem better_errors Show archive.org snapshot offers a detailed error page with an interactive REPL Show archive.org snapshot for better debugging.
I had the issue that on a few projects with Ruby 2.5.8, the REPL was not shown.

Solution

Illustration online protection

Rails professionals since 2007

Our laser focus on a single technology has made us a leader in this space. Need help?

  • We build a solid first version of your product
  • We train your development team
  • We rescue your project in trouble
Read more Show archive.org snapshot

To make the REPL work properly with this Ruby version I had to update the gem binding_of_caller Show archive.org snapshot to at least version 0.8.0.

From the better_errors Show archive.org snapshot docs:

binding_of_caller is optional, but is necessary to use Better Errors' advanced features (REPL, local/instance variable inspection, pretty stack frame names).

Posted to makandra dev (2021-10-06 14:56)