From ac405803e828cf9b6f42f8362140b79db2de505e Mon Sep 17 00:00:00 2001 From: Keith Duncan Date: Sun, 16 Sep 2012 16:25:09 +0100 Subject: [PATCH] Add notes on providing author details to the Rack documentation section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47023643..2b981308 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,8 @@ like Rack::Auth, OmniAuth, etc. Precious::App.set(:wiki_options, {:universal_toc => false}) run Precious::App +Your Rack middleware can pass author details to Gollum in a Hash in the session under the 'gollum.author' key. + ## WINDOWS FILENAME VALIDATION Note that filenames on windows must not contain any of the following characters `\ / : * ? " < > |`. See [this support article](http://support.microsoft.com/kb/177506) for details.