summary refs log tree commit
DateCommit message (Expand)
2009-04-25MockRequest should accept hash params
2009-04-25Add Utils::Multipart.build_multipart to complement Utils::Multipart.parse_mul...
2009-04-25Add Utils.build_nested_query to complement Utils.parse_nested_query and prefo...
2009-04-25MockRequest should properly convert method name to an uppercase string
2009-04-25MockRequest should prepend slash to uri path
2009-04-25Ensure SSL port and HTTP flag are on when using https
2009-04-25fix rack.version in MockRequest
2009-04-25Java doesn't provide unlink(2) reliably 1.0
2009-04-25Package rack.gemspec as well
2009-04-25Last minute updates
2009-04-25Merge commit 'FooBarWidget/master'
2009-04-25Patch FCGI::Stream#read to use a buffer
2009-04-25Explain the usefulness of the to_path method of the body.
2009-04-25Fix styling the Rack specification.
2009-04-25Merge commit 'official/master'
2009-04-25Update README
2009-04-25Order URL maps by hostname first, putting "empty" first
2009-04-25Remove redundant AUTHORS file
2009-04-24Check for the existence of Rack in the load path.
2009-04-18Merge commit 'FooBarWidget/master'
2009-04-18Add 'rack.session' specification
2009-04-19ConditionalGet should delete Content-Type and Content-Length headers if they ...
2009-04-18Improved Rack::Reloader
2009-04-15Optimize parse_multipart: put read data into a buffer in order to reduce garb...
2009-04-15Specify rack.input#read to behave the same like IO#read.
2009-04-15Implement a Rack::RewindableInput utility class, for making any IO object rew...
2009-04-15Remove code for handling the possibility that rack.input may not be rewindabl...
2009-04-15Update Rack specification: require rack.input to be rewindable.
2009-04-15Describe some things in the specification more clearly, and add some minor st...
2009-04-14Rack::Request#write: count length with bytesize
2009-04-11Add #rewind noop for FastCGI
2009-04-11better multipart handling
2009-04-10Simplify Rakefile
2009-04-10Remove deprecated rdoc flag
2009-04-10Fix dist task dependencies
2009-04-10Fix gem task dependencies
2009-04-01Allow arbitrary number of arguments for Request::new
2009-03-31Make sure the correct rack is required in rackup
2009-03-26Added extra nested params error handling and added messages to exceptions to ...
2009-03-26Refactor Handler::get and add Handler::try_require
2009-03-26Simplified options for unregistered handlers
2009-03-26Made it so that the expectation is that Handler.get raises NameError on failu...
2009-03-26Made auto-registration of unknown handlers much smarter. This should make it ...
2009-03-25Document version change
2009-03-25Push version numbers
2009-03-25Ensure to rebuild rdocs
2009-03-25Update copyright years
2009-03-25Add Rack::Response#redirect
2009-03-25Document SPEC changes, officially deprecate String bodies
2009-03-25SPEC: Clarify percent-encoding of PATH_INFO