== 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: mongrel_rails -S config/mongrel.rb. 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