From 78c9aa8813ca4eda94bfc1cddb2d62f09891308a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 10 Sep 2023 20:14:15 +0000 Subject: doc: various updates ahead of the release The damage unicorn has done to the entire Ruby, Rack and Rails ecosystems with its ability to tolerate buggy code is unforgivable. Update the documentation to further discourage its use and clarify a few wordings noticed along the way. --- DESIGN | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DESIGN') diff --git a/DESIGN b/DESIGN index 46d7923..0bac24f 100644 --- a/DESIGN +++ b/DESIGN @@ -1,5 +1,9 @@ == Design +Unicorn was designed to support poorly-written codebases back in 2008. +Its unfortunate popularity has only proliferated the existence of +poorly-written code ever since... + * Simplicity: Unicorn is a traditional UNIX prefork web server. No threads are used at all, this makes applications easier to debug and fix. When your application goes awry, a BOFH can just -- cgit v1.2.3-24-ge0c7