about summary refs log tree commit homepage
path: root/lib/unicorn/app/old_rails.rb
DateCommit message (Collapse)
2009-05-03app/old_rails: correctly log errors in output
"out" was an invalid variable in that context...
2009-04-12old_rails: try harder to ensure valid responses
Hopefully the world will just move to Rack faster so we have less things to worry about.
2009-03-23unicorn_rails: support non-Rack versions of Rails
This resurrects old code from Mongrel to wrap the Rails Dispatcher for older versions of Rails. It seems that Rails >= 2.2.0 support Rack, but only >=2.3 requires it. I'd like to support Rails 1.2.x for a while, too.