Helpful to have the web-console on the error pages

Not sure why that was removed?
This commit is contained in:
David Heinemeier Hansson
2025-10-31 21:50:00 +01:00
parent 4dd4851b65
commit b3ffbc6a79
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -67,6 +67,10 @@ group :development, :test do
gem "faker" gem "faker"
end end
group :development do
gem "web-console"
end
group :test do group :test do
gem "capybara" gem "capybara"
gem "selenium-webdriver" gem "selenium-webdriver"
+7
View File
@@ -202,6 +202,7 @@ GEM
bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1)
benchmark (0.5.0) benchmark (0.5.0)
bigdecimal (3.3.1) bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.18.6) bootsnap (1.18.6)
msgpack (~> 1.2) msgpack (~> 1.2)
brakeman (7.1.0) brakeman (7.1.0)
@@ -546,6 +547,11 @@ GEM
useragent (0.16.11) useragent (0.16.11)
vcr (6.3.1) vcr (6.3.1)
base64 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) web-push (3.0.2)
jwt (~> 3.0) jwt (~> 3.0)
openssl (~> 3.0) openssl (~> 3.0)
@@ -646,6 +652,7 @@ DEPENDENCIES
thruster thruster
turbo-rails turbo-rails
vcr vcr
web-console
web-push web-push
webmock webmock
webrick webrick