Add web console support for Vagrant users
This commit is contained in:
parent
cfc5c4ef19
commit
eaf43128ba
5 changed files with 9 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -54,7 +54,7 @@ gem 'letter_opener', '~> 1.8', '>= 1.8.1', group: :development
|
||||||
gem 'parallel', '~> 1.23'
|
gem 'parallel', '~> 1.23'
|
||||||
|
|
||||||
# For debugging.
|
# 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!
|
# TODO: Review our use of content_tag_for etc and uninstall this!
|
||||||
gem 'record_tag_helper', '~> 1.0', '>= 1.0.1'
|
gem 'record_tag_helper', '~> 1.0', '>= 1.0.1'
|
||||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -293,11 +293,11 @@ GEM
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.8.2)
|
||||||
warden (1.2.7)
|
warden (1.2.7)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
web-console (3.7.0)
|
web-console (4.2.0)
|
||||||
actionview (>= 5.0)
|
actionview (>= 6.0.0)
|
||||||
activemodel (>= 5.0)
|
activemodel (>= 6.0.0)
|
||||||
bindex (>= 0.4.0)
|
bindex (>= 0.4.0)
|
||||||
railties (>= 5.0)
|
railties (>= 6.0.0)
|
||||||
websocket-driver (0.7.6)
|
websocket-driver (0.7.6)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
|
@ -337,7 +337,7 @@ DEPENDENCIES
|
||||||
sanitize (~> 6.0, >= 6.0.2)
|
sanitize (~> 6.0, >= 6.0.2)
|
||||||
sass-rails (~> 5.0, >= 5.0.7)
|
sass-rails (~> 5.0, >= 5.0.7)
|
||||||
uglifier (~> 4.2)
|
uglifier (~> 4.2)
|
||||||
web-console (~> 3.7)
|
web-console (~> 4.2)
|
||||||
will_paginate (~> 4.0)
|
will_paginate (~> 4.0)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
|
|
|
@ -66,6 +66,9 @@ Rails.application.configure do
|
||||||
# NOTE: But I also see that this might be the default anyway in current
|
# 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?
|
# Rails? idk when that changed... so maybe just delete this later?
|
||||||
config.file_watcher = ActiveSupport::FileUpdateChecker
|
config.file_watcher = ActiveSupport::FileUpdateChecker
|
||||||
|
|
||||||
|
# Allow connections on Vagrant's private network.
|
||||||
|
config.web_console.permissions = '10.0.2.2'
|
||||||
end
|
end
|
||||||
|
|
||||||
LocalImpressHost = 'betanewimpress.openneo.net'
|
LocalImpressHost = 'betanewimpress.openneo.net'
|
||||||
|
|
BIN
vendor/cache/web-console-3.7.0.gem
vendored
BIN
vendor/cache/web-console-3.7.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/web-console-4.2.0.gem
vendored
Normal file
BIN
vendor/cache/web-console-4.2.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue