From 72810a95ae61a419053a3c84d9b2d11e21cb3963 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Thu, 22 Sep 2016 18:38:44 +0300 Subject: [PATCH] Add information about the showexceptions issue. Closes #1055 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3883725..e040c28 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,14 @@ Rails.application.routes.draw do Access management and other questions described in the [wiki](https://github.com/plashchynski/crono/wiki/Web-UI). +#### Known issues + +For Rails 5, in case of the errors: +``` +`require': cannot load such file -- rack/showexceptions (LoadError) +``` +See the related issue [#1055](https://github.com/sinatra/sinatra/issues/1055) + ## Capistrano