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"
end
group :development do
gem "web-console"
end
group :test do
gem "capybara"
gem "selenium-webdriver"