summary refs log tree commit
DateCommit message (Expand)
2011-12-27Ensure the session is loaded before checking for empty.
2011-12-27Merge pull request #293 from kuroda/master
2011-12-27Add support for HTTP_X_FORWARDED_SCHEME. From pull request 292, reimplemented...
2011-12-27Ignore rbx compiled stuffs
2011-12-27Use Thin instead of Mongrel
2011-12-22Make yet more of the tests bind locally, to avoid firewall notices
2011-12-21Rack::Server#start passes any given block through to Handler#run.
2011-12-21Make fulltest work on jruby
2011-12-21Squash warnings for unused variables and the like
2011-12-21Stop binding to public addresses during tests, annoying firewall popups and s...
2011-12-21Fix deflater tests for jruby
2011-12-21Squash the warning that is output by defining a shadow on Enumerator.
2011-12-21Fix tests for 1.8.7
2011-12-21Wrap test apps in Rack::Lint (first pass)
2011-12-17Merge pull request #285 from elcuervo/rack_static_with_index
2011-12-17Rack::File supports HEAD requests
2011-12-17Support #head in rack::mockrequest
2011-12-17Only allow GET in Rack::File
2011-12-17Correct spelling error.
2011-12-17Allow safe directory traversals in Rack::File (eeek!)
2011-12-17Contributed test coverage for 1.9 concurrent modification bug from jacobo
2011-12-17Cleanup bug fix. This is horrible, and I would like to revisit it.
2011-12-17Remember kids: don't subclass native data structures, it hurts.
2011-12-17Don't modify the backtrace, because that makes debugging crazy-difficult
2011-12-17Merge pull request #282 from getaroom/master
2011-12-16Merge pull request #289 from jm3/patch-1
2011-12-16fix typo in example
2011-12-14Adds :index to Rack::Static to define a default root file
2011-12-07Merge pull request #281 from laserlemon/master
2011-12-06Handle EOFError exception from malformed multipart in MethodOverride middleware
2011-12-06Fix syntax error on Ruby 1.9
2011-12-06Add "I'm a Teapot" HTTP Status Code
2011-12-04Merge pull request #280 from evanphx/master
2011-12-04Cleanup the style and minor perf of URLMap
2011-12-04Merge pull request #278 from dim/master
2011-12-04Correct Rack::Directory to escape file names and directories that contain RFC...
2011-12-04Merge pull request #269 from mtfuji/master
2011-12-04Merge pull request #263 from will/master
2011-12-04Merge pull request #260 from alindeman/more_helpers
2011-11-30Merge pull request #277 from josevalim/skip_session
2011-11-30Allow the session to be skipped.
2011-11-30Ensure correct encoding on chunked responses
2011-11-19add .docx and .xlsx mime types.
2011-11-12Adds :old_secret option to Rack::Cookie for graceful key rotation
2011-10-24Adds #unprocessable? helper
2011-10-24Adds #bad_request? helper
2011-10-17Merge pull request #250 from josevalim/master
2011-10-17Add release note for 1.3.5
2011-10-13Merge pull request #253 from judofyr/fix-builder
2011-10-13Rack::Builder: Allow more than one line of DATA-block