about summary refs log tree commit homepage
path: root/lib/rainbows/reverse_proxy
DateCommit message (Collapse)
2011-08-16more consistent logging for errors
The Unicorn.log_error method exists since 4.0.0
2011-02-07doc: rdoc cleanups and fixes
Don't need to document things that aren't ready, yet.
2011-02-06kill some unnecessary &block usage
We were needlessly allocating objects even when using yield.
2011-02-01preliminary reverse proxy Rack application
This can be a starting point for developing Cool.io or EventMachine-based reverse proxy applications on Rainbows! Eventually Rainbows! could replace nginx for Unicorn users! Just don't consider this code production ready, yet, at all, it doesn't handle any sort of failover and has no automated tests, yet.