summary refs log tree commit
DateCommit message (Expand)
2010-10-08showexceptions: gracefully handle empty backtraces showexceptions
2010-06-15Fix Rakefile 1.2.1
2010-06-15Prepare 1.2.1
2010-06-15Rename spec/ back to test/
2010-06-13Make CGI handler obey rack spec by wrapping stdin in a rewindable
2010-06-13Merge remote branch 'official/master'
2010-06-13More gemspec fixes 1.2
2010-06-13Hard-core version number in gemspec
2010-06-13Push Rack.release to 1.2
2010-06-13Last README updates
2010-06-13Merge branch 'bacon'
2010-06-13Fix gem dependencies to use bacon
2010-06-13Silence test suite
2010-06-13Fix thin specs for 1.0 and bacon
2010-06-13Improve performance and flexibility of Rack::Utils.escape_html
2010-06-12require time in response because it's used for cookies
2010-06-12Fix Handler::CGI so it uses $stdin.binmode
2010-06-12Fix spec requires and the missing ones
2010-06-12Update README and gemspec
2010-06-12Ported specs to bacon
2010-06-11Add Request.trace? and Request.options?
2010-06-10Add mime-type for webm
2010-06-09Remove trailing whitespace
2010-06-09make sure PATH_INFO and SCRIPT_NAME get reset
2010-06-09don't dupe env in urlmap so modifications down the chain persist back up
2010-06-09test for mapping in builder
2010-06-09Don't use 'unknown' in HTTP_X_FORWARDED_FOR
2010-06-09set ENV["RACK_ENV"] to options[:environment] as many frameworks rely on this
2010-06-09Implement proper RFC 2822 Time format based on RFC 2109 example for cookie ex...
2010-06-09Get rid of a few more warnings
2010-06-09Avoid warning on 1.8.7 regarding File.to_path
2010-06-09The correct IP from HTTP_X_FORWARDED_FOR is the first one
2010-06-08removed parsing of quoted values
2010-05-26Fixes the nginx #send_file configuration example.
2010-05-07updated Session::Memcache initialization to pass MemCache options correctly
2010-05-07Improved comment by giving example
2010-04-29allow delete of cookies with same name but different domain
2010-04-29added test for bug with escaping query string parameters
2010-04-29avoid uninitialized ivar warning
2010-04-09Fully remove camping
2010-04-09Remove Camping adapter
2010-04-07size is not part of the input SPEC
2010-04-07Require 'rack' from mock.rb since it references Rack::VERSION
2010-03-23Update Rack::Mock to use Rack::VERSION too
2010-03-23Merge branch 'rag'
2010-03-23Update all handlers to use Rack::VERSION instead of a hardcoded array for the...
2010-03-23Make Rack::Recursive thread safe by removing shared state
2010-03-23Deprecate unused log object in Rack::Handler::SCGI
2010-03-23Move trap(:INT) to Rack::Server and support optional Handler protocol where h...
2010-03-23Fix a bug in CGI detection