mongrel_output_compression gem

Gem details

A Mongrel plugin that allows for content to be compressed with gzip or deflate encoding, when activated in a config script.

Websitehttp://rubyforge.org/projects/mongrel-compres/ Author Brian Landau Tags mogrel, gzip, deflate, compression, http, handler, mongrel plugin

Documentation

Install the Gem:
gem install mongrel_output_compression

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


Edit Gem | Back in time (1 older version) | Last edited by: brianjlandau, 5 months ago