From b3ffbc6a796f268ce3299ea868189f4a2ea16269 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 31 Oct 2025 21:50:00 +0100 Subject: [PATCH] Helpful to have the web-console on the error pages Not sure why that was removed? --- Gemfile | 4 ++++ Gemfile.lock | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/Gemfile b/Gemfile index b2af37ec7..533a87e9b 100644 --- a/Gemfile +++ b/Gemfile @@ -67,6 +67,10 @@ group :development, :test do gem "faker" end +group :development do + gem "web-console" +end + group :test do gem "capybara" gem "selenium-webdriver" diff --git a/Gemfile.lock b/Gemfile.lock index 60c6d91f1..eb6ae5aa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -202,6 +202,7 @@ GEM bcrypt_pbkdf (1.1.1) benchmark (0.5.0) bigdecimal (3.3.1) + bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) brakeman (7.1.0) @@ -546,6 +547,11 @@ GEM useragent (0.16.11) vcr (6.3.1) base64 + web-console (4.2.1) + actionview (>= 6.0.0) + activemodel (>= 6.0.0) + bindex (>= 0.4.0) + railties (>= 6.0.0) web-push (3.0.2) jwt (~> 3.0) openssl (~> 3.0) @@ -646,6 +652,7 @@ DEPENDENCIES thruster turbo-rails vcr + web-console web-push webmock webrick