From 934b47cadbca881a6094bfc0a0635450b87f00ea Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 14 Oct 2011 14:28:46 -0700 Subject: [PATCH] lets try not ajaxing the stream because the cache is superfast --- lib/stream/aspect.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/stream/aspect.rb b/lib/stream/aspect.rb index 7f8888cfe..1f6b9d37e 100644 --- a/lib/stream/aspect.rb +++ b/lib/stream/aspect.rb @@ -72,7 +72,8 @@ class Stream::Aspect< Stream::Base # # @return [Boolean] see #for_all_aspects? def ajax_stream? - for_all_aspects? + #for_all_aspects? + false end # The title that will display at the top of the stream's