diff options
author | Richard Hulse <richard.hulse@radionz.co.nz> | 2011-07-03 09:44:50 +1200 |
---|---|---|
committer | Richard Hulse <richard.hulse@radionz.co.nz> | 2011-07-03 09:44:50 +1200 |
commit | 870d07032f75027faf2b43df6c75ed721d570416 (patch) | |
tree | ca8a9a44760024cd882b1d7a1d71a19932b3073f /railties/guides | |
parent | 2a06de86fa8a1de295e9aeefd2c488b063a41ffe (diff) | |
download | rails-870d07032f75027faf2b43df6c75ed721d570416.tar.gz rails-870d07032f75027faf2b43df6c75ed721d570416.tar.bz2 rails-870d07032f75027faf2b43df6c75ed721d570416.zip |
[asset pipeline] spelling !
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/asset_pipeline.textile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile index eeeb9d31fe..c7b97ed155 100644 --- a/railties/guides/source/asset_pipeline.textile +++ b/railties/guides/source/asset_pipeline.textile @@ -60,11 +60,11 @@ This has several disadvantages: 1. Not all caches will cache content with a query string -"Steve Souders recoemends":http://www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/, "...avoiding a querystring for cacheable resources". He found that 5-20% of requests will not be cached. +"Steve Souders recommends":http://www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/, "...avoiding a querystring for cacheable resources". He found that 5-20% of requests will not be cached. -2. The filename can change between nodes in multi-server environtments. +2. The filename can change between nodes in multi-server environments. -The query string in Rails is based on the files mtime ( TODO: add explanation). When assets are deployed to a cluster, there is no garantee that the timestamps will be the same. +The query string in Rails is based on the files mtime ( TODO: add explanation). When assets are deployed to a cluster, there is no guarantee that the timestamps will be the same. |