Add web console support for Vagrant users

This commit is contained in:
Emi Matchu 2023-08-02 17:36:32 -07:00
parent cfc5c4ef19
commit eaf43128ba
5 changed files with 9 additions and 6 deletions

View file

@ -54,7 +54,7 @@ gem 'letter_opener', '~> 1.8', '>= 1.8.1', group: :development
gem 'parallel', '~> 1.23'
# For debugging.
gem 'web-console', '~> 3.7', group: :development
gem 'web-console', '~> 4.2', group: :development
# TODO: Review our use of content_tag_for etc and uninstall this!
gem 'record_tag_helper', '~> 1.0', '>= 1.0.1'

View file

@ -293,11 +293,11 @@ GEM
unf_ext (0.0.8.2)
warden (1.2.7)
rack (>= 1.0)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
web-console (4.2.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 5.0)
railties (>= 6.0.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
@ -337,7 +337,7 @@ DEPENDENCIES
sanitize (~> 6.0, >= 6.0.2)
sass-rails (~> 5.0, >= 5.0.7)
uglifier (~> 4.2)
web-console (~> 3.7)
web-console (~> 4.2)
will_paginate (~> 4.0)
RUBY VERSION

View file

@ -66,6 +66,9 @@ Rails.application.configure do
# NOTE: But I also see that this might be the default anyway in current
# Rails? idk when that changed... so maybe just delete this later?
config.file_watcher = ActiveSupport::FileUpdateChecker
# Allow connections on Vagrant's private network.
config.web_console.permissions = '10.0.2.2'
end
LocalImpressHost = 'betanewimpress.openneo.net'

Binary file not shown.

BIN
vendor/cache/web-console-4.2.0.gem vendored Normal file

Binary file not shown.