summary refs log tree commit
path: root/test/spec_server.rb
DateCommit message (Expand)
2014-09-01Restore Rack::Server#middleware backward compatibility
2014-07-19add quiet mode of rack server, rackup --quiet
2014-07-18Undo test that falsely exemplifies production env
2014-07-18default_middleware_by_environment should always returns empty array for unkno...
2014-07-14Enable cleanup of Tempfiles from multipart form data by default
2014-07-13Give @middleware a more semantic name.
2013-01-30Stop overwriting existing pidfiles.
2013-01-13Squash test warnings
2013-01-03Add a rackup option for one-liner rack app server
2012-05-13Improve pidfile reporting and test coverage
2012-05-12Check if the PID in pidfile is still running #371
2011-12-21Rack::Server#start passes any given block through to Handler#run.
2011-05-021.9 lambdas care (yep, they're emo - rock on.)
2011-05-02Add some basic Rack::Server tests, nothing like the oldies, but faster
2010-07-12Rack::Server should accept :app and override :config.