aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpq <rpqpro@hotmail.com>2011-11-15 23:20:21 -0500
committerrpq <rpqpro@hotmail.com>2011-11-15 23:20:21 -0500
commitbc00514b6236d701d3e660c4ec365a767a070a91 (patch)
treeba09d542310c8cc2ff7a9bbd3da34cef1adf1f94
parentdf08273d1420ee4879931f508fe2953235c707ef (diff)
downloadrails-bc00514b6236d701d3e660c4ec365a767a070a91.tar.gz
rails-bc00514b6236d701d3e660c4ec365a767a070a91.tar.bz2
rails-bc00514b6236d701d3e660c4ec365a767a070a91.zip
added comma
-rw-r--r--railties/guides/source/asset_pipeline.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile
index 6ff5e87b6d..3681501293 100644
--- a/railties/guides/source/asset_pipeline.textile
+++ b/railties/guides/source/asset_pipeline.textile
@@ -438,7 +438,7 @@ location ~ ^/assets/ {
}
</plain>
-When files are precompiled, Sprockets also creates a "gzipped":http://en.wikipedia.org/wiki/Gzip (.gz) version of your assets. Web servers are typically configured to use a moderate compression ratio as a compromise, but since precompilation happens once Sprockets uses the maximum compression ratio, thus reducing the size of the data transfer to the minimum. On the other hand, web servers can be configured to serve compressed content directly from disk, rather than deflating non-compressed files themselves.
+When files are precompiled, Sprockets also creates a "gzipped":http://en.wikipedia.org/wiki/Gzip (.gz) version of your assets. Web servers are typically configured to use a moderate compression ratio as a compromise, but since precompilation happens once, Sprockets uses the maximum compression ratio, thus reducing the size of the data transfer to the minimum. On the other hand, web servers can be configured to serve compressed content directly from disk, rather than deflating non-compressed files themselves.
Nginx is able to do this automatically enabling +gzip_static+: