Commit f94e8edf authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'ashmckenzie/enable-better-errors-repl' into 'master'

Allow BetterErrors REPL to be enabled

See merge request gitlab-org/gitlab-ce!29034
parents ccdd66d0 3f8ccac0
......@@ -47,4 +47,7 @@ Rails.application.configure do
config.assets.quiet = true
config.allow_concurrency = defined?(::Puma)
# BetterErrors live shell (REPL) on every stack frame
BetterErrors::Middleware.allow_ip!("127.0.0.1/0")
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment