From 0a47b9209b6c677ad03ad2075f671883ca2b7474 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 14 Oct 2009 17:39:08 -0700 Subject: preliminary Rev support There is no TeeInput (streaming request body) support, yet, as that does not seem fun nor easy to do (or even possible without using Threads or Fibers or something to save/restore the stack...) --- lib/rainbows.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rainbows.rb') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index 94246f5..c2813a5 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -47,6 +47,7 @@ module Rainbows :Revactor => 50, :ThreadSpawn => 30, :ThreadPool => 10, + :Rev => 50, }.each do |model, _| u = model.to_s.gsub(/([a-z0-9])([A-Z0-9])/) { "#{$1}_#{$2.downcase!}" } autoload model, "rainbows/#{u.downcase!}" -- cgit v1.2.3-24-ge0c7