remove Configurator and use Rainbows! block
commit8edb6c7e5aeed022f224f163dddf02bc4468da91
authorEric Wong <normalperson@yhbt.net>
Sat, 3 Oct 2009 20:24:26 +0000 (3 13:24 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 3 Oct 2009 20:24:26 +0000 (3 13:24 -0700)
tree7458e070fa0922fefa06a4cd5ee1b18cc072548b
parent05e96fe3a3487eac65721dde3655269226269d9b
remove Configurator and use Rainbows! block

This allows the server to be configured by doing something like
this inside an existing Unicorn configuration file:

  Rainbows! do
    use :Revactor
    worker_connections 50
  end

This should make it obvious we're using Rainbows-only features.
lib/rainbows.rb
lib/rainbows/configurator.rb [deleted file]
lib/rainbows/http_server.rb