rack_lint_patch.rb

Path: vendor/rails/actionpack/lib/action_controller/rack_lint_patch.rb
Last Update: Wed Oct 12 18:49:11 +0000 2011

Rack 1.0 does not allow string subclass body. This does not play well with our ActionView::SafeBuffer. The next release of Rack will be allowing string subclass body - github.com/rack/rack/commit/de668df02802a0335376a81ba709270e43ba9d55 TODO : Remove this monkey patch after the next release of Rack

[Validate]