From cd059263587873aae528dadcf2a9d72fcc4a928c Mon Sep 17 00:00:00 2001 From: "Jacob Vosmaer (GitLab)" <jacob@gitlab.com> Date: Tue, 17 Jan 2017 18:47:46 +0000 Subject: [PATCH] Mention 'thin' concurrency issue --- doc/howto/pry.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/howto/pry.md b/doc/howto/pry.md index 87247ae..009cc8b 100644 --- a/doc/howto/pry.md +++ b/doc/howto/pry.md @@ -15,3 +15,8 @@ Unicorn is not compatible with Pry. Then launch GDK as usual (e.g. with `gdk run`) and in a separate terminal run: `gdk run thin`. Your Pry prompts will appear in the window that runs Thin. + +There is an [open +issue](https://gitlab.com/gitlab-org/gitlab-development-kit/issues/183) +about `gdk run thin` not allowing concurrent requests. This breaks +features like the web editor. -- GitLab