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 web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
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)