diff options
author | Aditya Chadha <aditya@sublucid.com> | 2009-02-23 17:21:23 -0500 |
---|---|---|
committer | Aditya Chadha <aditya@sublucid.com> | 2009-02-23 17:21:23 -0500 |
commit | bb1ce5d199df115ddcc82b1b8dfafe14064fe031 (patch) | |
tree | c8b543915d19cd8dccb5e28cad8f65d136d55716 /railties/guides/source | |
parent | 8aec73304835e09fdeed903a5ad6ffe8105194fd (diff) | |
download | rails-bb1ce5d199df115ddcc82b1b8dfafe14064fe031.tar.gz rails-bb1ce5d199df115ddcc82b1b8dfafe14064fe031.tar.bz2 rails-bb1ce5d199df115ddcc82b1b8dfafe14064fe031.zip |
Another strange character fix
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/caching_with_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/caching_with_rails.textile b/railties/guides/source/caching_with_rails.textile index 56d4653090..d978fabe82 100644 --- a/railties/guides/source/caching_with_rails.textile +++ b/railties/guides/source/caching_with_rails.textile @@ -433,7 +433,7 @@ Rails.cache.read("city") # => "Duckburgh" h3. Conditional GET support Conditional GETs are a facility of the HTTP spec that provide a way for web -servers to tell browsers that the response to a GET request hasn’t changed +servers to tell browsers that the response to a GET request hasn't changed since the last request and can be safely pulled from the browser cache. They work by using the HTTP_IF_NONE_MATCH and HTTP_IF_MODIFIED_SINCE headers to |