10 lines
461 B
Text
10 lines
461 B
Text
OutputCompression
|
|
=================
|
|
|
|
Allows gzip output compression to clients that support it. Simple to use, just
|
|
put after_filter :compress_output in your controller. Pulled out of the Google
|
|
cache and packaged into plugin form, code originally hosted at
|
|
http://www.tuxsoft.se/oss/rails/download/output_compression.rb.
|
|
|
|
svn: svn://code.jeremyevans.net/rails/plugins/output_compression
|
|
file: http://code.jeremyevans.net/code/output_compression.tar.gz
|