summaryrefslogtreecommitdiff
path: root/lib/rack/rewindable_input.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary conditional in rack/rewindable_input.rbJeremy Evans2022-05-251-1/+1
* Add nocov markers around branches that depends on Ruby versionJeremy Evans2022-05-251-0/+2
* Add Rack::RewindableInput::MiddlewareJeremy Evans2022-02-131-4/+16
* add size to Rack::RewindableInputpavel2020-08-271-0/+5
* Use require_relative and rely on autoload instead of using requireJeremy Evans2020-01-271-1/+0
* Fix typosohbarye2020-01-021-1/+1
* RuboCop: frozen string literals, comment whitespace (#1256)yhirano552018-04-161-1/+1
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* Updates for frozen string literal compatibility.Pat Allan2017-06-211-1/+1
* Clean up Rack::Rewindabledeepj2015-05-261-11/+0
* Remove Rack::Utils.bytesize method in favour of native String methoddeepj2015-05-261-1/+1
* Use ::File.unlink in place of Tempfile#unlink to avoid 1.9.1 bugraggi2010-06-171-1/+2
* Merge remote branch 'origin/master'Jeremy Kemper2010-03-041-11/+20
|\
| * fix whitespace errors in rewindable_input.rbRyan Tomayko2010-02-221-9/+9
* | Merge remote branch 'origin/master'Jeremy Kemper2010-02-151-5/+3
|\ \ | |/
| * Enforce binary encoding in RewindableInput; fixes Ruby 1.9 issues.Hongli Lai (Phusion)2009-06-171-0/+2
* | Ruby 1.9 compatibility. Simplify make_rewindable. Raise if unlinking closes t...Jeremy Kemper2009-05-201-13/+11
|/
* Java doesn't provide unlink(2) reliably1.0Christian Neukirchen2009-04-251-2/+2
* Implement a Rack::RewindableInput utility class, for making any IO object rew...Hongli Lai (Phusion)2009-04-151-0/+98