diff options
author | Christopher Baines <mail@cbaines.net> | 2018-06-21 20:45:37 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-06-21 20:45:37 +0100 |
commit | d98eb528678dcd850a20dbf8eef53aaea6e07552 (patch) | |
tree | ea193df67f978a8dda3a485a1337d207d6fa35a9 | |
parent | da1926efc1e1f150f27e0c93d1461e3f1eb8c85a (diff) | |
download | govuk-mini-environment-admin-d98eb528678dcd850a20dbf8eef53aaea6e07552.tar govuk-mini-environment-admin-d98eb528678dcd850a20dbf8eef53aaea6e07552.tar.gz |
Add the web-console gem
For easier debugging.
-rw-r--r-- | config/application.rb | 2 | ||||
-rw-r--r-- | guix.scm | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 782ea37..b78dfda 100644 --- a/config/application.rb +++ b/config/application.rb @@ -6,6 +6,8 @@ require 'rails/all' require 'govuk_admin_template' require 'plek' +require 'web_console' if ENV['RAILS_ENV'] == 'development' + module GovukMiniEnvironmentAdmin class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. @@ -61,6 +61,7 @@ ("ruby-annotate" ,ruby-annotate) ;; Useful for debugging and required for using Robe (Emacs) ("ruby-byebug" ,ruby-byebug) + ("ruby-web-console", ruby-web-console) ("postgresql" ,postgresql))))) govuk-mini-environment-admin-development-environment |