Sha256: 206994037f6957075298dfca84efb9b6aa63784cbf9b2fb140e857dc67c1cddc

Contents?: true

Size: 806 Bytes

Versions: 1

Compression:

Stored size: 806 Bytes

Contents

== Mongrel HTTP Output Compression Handler Plugin

*Website*: http://rubyforge.org/projects/mongrel-compres

=== Usage:

To use this plugin you just need to create a mongrel config script with the line:

    uri '', :handler => plugin('handlers/outputcompression')

For those that have never used a mongrel config script: You could put this in a file called "mongrel.rb" in your Rails applications config directory, and then run, from your projects root directory:  <tt>mongrel_rails -S config/mongrel.rb</tt>.

This is based on:
* The {Better Output Compression Plugin}[http://wiki.rubyonrails.com/rails/pages/Better+Output+Compression+Plugin] by Tom Fakes, Dan Kubb, and Sebastian.
* And the {Output Compression Plugin}[http://wiki.rubyonrails.org/rails/pages/Output+Compression+Plugin] by Jeremy Evans

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongrel_output_compression-0.1.0 README