From bb1ce5d199df115ddcc82b1b8dfafe14064fe031 Mon Sep 17 00:00:00 2001 From: Aditya Chadha Date: Mon, 23 Feb 2009 17:21:23 -0500 Subject: Another strange character fix --- railties/guides/source/caching_with_rails.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides') 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 -- cgit v1.2.3