about summary refs log tree commit homepage
path: root/test/test_helper.rb
DateCommit message (Expand)
2015-06-04http_server: remove a few more accessors and constants
2014-08-18remove mongrel.rubyforge.org references
2013-10-26license: allow all future versions of the GNU GPL
2012-11-13tests: remove assert_nothing_raised (part 2)
2011-11-15test_helper: ensure test client connects to valid address
2011-08-29add GPLv3 option to the license
2011-08-23test_helper: remove needless LOAD_PATH mangling
2011-02-10Revert "test_helper: simplify random port binding"
2011-02-07test_helper: avoid FD leakage/waste
2011-02-02test_helper: simplify random port binding
2010-07-08cleanup "stringio" require
2010-06-10tests: set NO_PROXY when running tests
2010-01-19initialize signal handlers before writing pid file
2009-10-30test_helper: connect(2) may fail with EINVAL
2009-10-02test_helper: unused_port rejects 8080 unconditionally
2009-09-17SIGHUP no longer drops lone, default listener
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-07-15Rename unicorn/http11 => unicorn_http
2009-06-05Transfer-Encoding: chunked streaming input support
2009-05-25Switch to autoload to defer requires
2009-04-03test_helper: redirect_io uses append and sync
2009-03-31test: factor out exec helpers into common code for Rails tests
2009-03-18tests: do not trust (our correct use of) 1.9 encodings
2009-02-21test_helper: cleanup requires
2009-02-13tests: replace process_based_port with unused_port
2009-02-09Remove hard dependency on Rack
2009-02-09s/Mongrel/Unicorn/g
2009-02-09Allow running tests in parallel via gmake
2009-01-31Dead code.
2009-01-31Removed bad requires
2009-01-31Got rake working took out trash
2008-03-31Remove fixed port numbers used in tests, make tests more friendly to
2008-02-20Move tests from tests/ into tests/unit/ so they parallel tests/benchmark. The...