about summary refs log tree commit homepage
path: root/t/t0005-working_directory_app.rb.sh
DateCommit message (Collapse)
2013-01-22support for Rack hijack in request and response
Rack 1.5.0 (protocol version [1,2]) adds support for hijacking the client socket (removing it from the control of unicorn (or any other Rack webserver)). Tested with rack 1.5.0.
2010-06-11t0005: Ruby 1.9.2 $LOAD_PATH fix
Ruby 1.9.2 no longer adds the current directory to $LOAD_PATH automatically.
2010-06-10test to ensure "unicorn fooapp.rb" respects working_directory