Skip to content

Commit

Permalink
ContentLength has been merged into rack core '5b60d28'
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 9, 2008
1 parent 3560ac0 commit aef9ef8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 54 deletions.
3 changes: 0 additions & 3 deletions README.rdoc
Expand Up @@ -3,8 +3,6 @@
This package includes a variety of add-on components for Rack, a Ruby web server
interface:

* Rack::ContentLength - Automatically sets the Content-Length header on
all String bodies.
* Rack::ETag - Automatically sets the ETag header on all String bodies.
* Rack::JSONP - Adds JSON-P support by stripping out the callback param
and padding the response with the appropriate callback format.
Expand Down Expand Up @@ -44,7 +42,6 @@ components included. The following example shows what a simple rackup
use Rack::Profiler if ENV['RACK_ENV'] == 'development'

use Rack::ETag
use Rack::ContentLength
use Rack::MailExceptions

run theapp
Expand Down
22 changes: 0 additions & 22 deletions lib/rack/content_length.rb

This file was deleted.

1 change: 0 additions & 1 deletion lib/rack/contrib.rb
Expand Up @@ -6,7 +6,6 @@ def self.release
end
end

autoload :ContentLength, "rack/content_length"
autoload :ETag, "rack/etag"
autoload :JSONP, "rack/jsonp"
autoload :LighttpdScriptNameFix, "rack/lighttpd_script_name_fix"
Expand Down
28 changes: 0 additions & 28 deletions test/spec_rack_content_length.rb

This file was deleted.

0 comments on commit aef9ef8

Please sign in to comment.