rack_lint_patch.rb

Path: vendor/rails/actionpack/lib/action_controller/rack_lint_patch.rb
Last Update: Thu Dec 09 09:26:53 +0100 2010

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]