From 82167684e868e4e501713d2c03b096db6daab0a0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 18 Aug 2009 15:00:08 -0700 Subject: Actually hook up Rainbows to the rest of the beast Allow the --rainbows/-R command-line option to be passed to activate Rainbows!!!1 --- lib/unicorn/rainbows/request.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/unicorn/rainbows/request.rb (limited to 'lib/unicorn/rainbows/request.rb') diff --git a/lib/unicorn/rainbows/request.rb b/lib/unicorn/rainbows/request.rb new file mode 100644 index 0000000..d2c2c65 --- /dev/null +++ b/lib/unicorn/rainbows/request.rb @@ -0,0 +1,11 @@ +module Unicorn + class Rainbows + class HttpRequest + + def initialize + end + + end + end +end + -- cgit v1.2.3-24-ge0c7