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. |
||
---|---|---|
.. | ||
lib | ||
test | ||
init.rb | ||
LICENSE | ||
Rakefile | ||
README |
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