openstreetmap-website/vendor/plugins/output_compression
Tom Hughes d516198bbe Update to rails 2.3.8
Update site to use rails 2.3.8 which also allows us to drop the
globalize2 plugin as the core rails i18n code can now do fallback
and pluralization.
2010-05-26 19:54:10 +01:00
..
lib Update to rails 2.3.8 2010-05-26 19:54:10 +01:00
test Import the output_compression plugin as the SVN external never works. 2008-08-07 17:59:27 +00:00
init.rb Import the output_compression plugin as the SVN external never works. 2008-08-07 17:59:27 +00:00
LICENSE Import the output_compression plugin as the SVN external never works. 2008-08-07 17:59:27 +00:00
Rakefile Import the output_compression plugin as the SVN external never works. 2008-08-07 17:59:27 +00:00
README Import the output_compression plugin as the SVN external never works. 2008-08-07 17:59:27 +00:00

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