Path: | README |
Last Update: | Tue Dec 04 15:53:14 -0500 2007 |
Website: rubyforge.org/projects/mongrel-compres
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: