<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,8 @@
 class HomeController &lt; ApplicationController
   def show
     @page_title = 'Community-powered gem compatibility for ruby 1.9'
+    @latest_feedback = Comment.latest.all(:limit =&gt; 5)
     unless read_fragment :controller =&gt; 'home', :action =&gt; 'show'
-      @latest_feedback = Comment.latest.all(:limit =&gt; 5)
       @popular = Code.popular.all(:limit =&gt; 15)
       @unpopular = Code.unpopular.all(:limit =&gt; 5)
     end</diff>
      <filename>app/controllers/home_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,8 @@ config.action_controller.consider_all_requests_local = false
 config.action_controller.perform_caching             = true
 
 # Use a different cache store in production
-config.cache_store = :file_store, &quot;#{RAILS_ROOT}/tmp/cache&quot;
+#config.cache_store = :file_store, &quot;#{RAILS_ROOT}/tmp/cache&quot;
+config.cache_store = :mem_cache_store, 'localhost'
 
 # Enable serving of images, stylesheets, and javascripts from an asset server
 # config.action_controller.asset_host                  = &quot;http://assets.example.com&quot;</diff>
      <filename>config/environments/staging.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>98a2795a0db295e9c2d8e6ea59a2a1580455edd7</id>
    </parent>
  </parents>
  <author>
    <name>Rahoul Baruah</name>
    <email>rahoul@brightbox.co.uk</email>
  </author>
  <url>http://github.com/brightbox/isitruby19/commit/5e03277eb207cc5b5790912af6e37d646e183adf</url>
  <id>5e03277eb207cc5b5790912af6e37d646e183adf</id>
  <committed-date>2009-02-09T21:21:27-08:00</committed-date>
  <authored-date>2009-02-09T21:21:27-08:00</authored-date>
  <message>trying to get caching to work</message>
  <tree>36122db2f37974d62232fb8d66984476d5f07202</tree>
  <committer>
    <name>Rahoul Baruah</name>
    <email>rahoul@brightbox.co.uk</email>
  </committer>
</commit>
