<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/rack-cache</id>
  <title type="text">rack-cache Google Group</title>
  <subtitle type="text">
  For users and hackers of Rack::Cache.
  </subtitle>
  <link href="/group/rack-cache/feed/atom_v1_0_msgs.xml" rel="self" title="rack-cache feed"/>
  <updated>2009-12-16T09:48:18Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>r</name>
  <email>rudi.ver...@gmail.com</email>
  </author>
  <updated>2009-12-16T09:48:18Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/5888f992befe6792/d32ac8b3e765ea12?show_docid=d32ac8b3e765ea12</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/5888f992befe6792/d32ac8b3e765ea12?show_docid=d32ac8b3e765ea12"/>
  <title type="text">Disk Storage Space Limit</title>
  <summary type="html" xml:space="preserve">
  Is it possible to limit disk storage space dedicated to cache? &lt;br&gt; &lt;p&gt;Thanks,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ryan Tomayko</name>
  <email>r...@tomayko.com</email>
  </author>
  <updated>2009-11-22T17:57:05Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/ced5c1d6c05009a2/6844c94f15721d84?show_docid=6844c94f15721d84</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/ced5c1d6c05009a2/6844c94f15721d84?show_docid=6844c94f15721d84"/>
  <title type="text">Re: [rack-cache] Rack is caching redirects</title>
  <summary type="html" xml:space="preserve">
  Apologies for the moderation delay. I&#39;ve been away for email for a few days... &lt;br&gt; &lt;p&gt;You&#39;d think that given the name &amp;quot;no-cache&amp;quot;, huh? It&#39;s actually a bit &lt;br&gt; more complicated. no-cache means: &amp;quot;don&#39;t *serve* this from the cache &lt;br&gt; without first revalidating it with the origin server.&amp;quot; That means that &lt;br&gt; a cache can store the response and then make a conditional request
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Fox</name>
  <email>jfo...@gmail.com</email>
  </author>
  <updated>2009-11-18T20:23:22Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/ced5c1d6c05009a2/648bf1564906ffb4?show_docid=648bf1564906ffb4</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/ced5c1d6c05009a2/648bf1564906ffb4?show_docid=648bf1564906ffb4"/>
  <title type="text">Rack is caching redirects</title>
  <summary type="html" xml:space="preserve">
  I have a strange problem with Rack-Cache and redirects that I can only &lt;br&gt; reproduce some of the time. Let me start by showing you what I found &lt;br&gt; cached in the &amp;quot;meta&amp;quot; when I was able to reproduce this problem &lt;br&gt; locally... &lt;br&gt; &lt;p&gt;[[{&amp;quot;SERVER_NAME&amp;quot;=&amp;gt;&amp;quot;127.0.0.1&amp;quot;, &lt;br&gt; &amp;quot;HTTP_ACCEPT&amp;quot;=&amp;gt;&amp;quot;text/html,appl ication/xhtml+xml,application/
  </summary>
  </entry>
  <entry>
  <author>
  <name>sistrall</name>
  <email>silvano.stra...@gmail.com</email>
  </author>
  <updated>2009-11-10T13:45:16Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/d9f3caba38193b78/0dda43e0c3973aa5?show_docid=0dda43e0c3973aa5</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/d9f3caba38193b78/0dda43e0c3973aa5?show_docid=0dda43e0c3973aa5"/>
  <title type="text">Strange error using Rails</title>
  <summary type="html" xml:space="preserve">
  Hello everyone, &lt;br&gt; &lt;p&gt;I&#39;m trying rack-cache on a Rails application, using it without problem &lt;br&gt; when developing locally. &lt;br&gt; &lt;p&gt;After the deploy I&#39;m going through an error (that I really not &lt;br&gt; understand). Here it is: &lt;br&gt; &lt;p&gt; can&#39;t activate rack (&amp;gt;= 0.4, runtime) for [&amp;quot;rack-cache-0.5.2&amp;quot;], &lt;br&gt; already activated rack-1.0.0 for []
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ben</name>
  <email>benald...@gmail.com</email>
  </author>
  <updated>2009-10-15T07:10:30Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/5074406d372e74ef/15f5070127d4f707?show_docid=15f5070127d4f707</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/5074406d372e74ef/15f5070127d4f707?show_docid=15f5070127d4f707"/>
  <title type="text">Rails and expriation</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I am using Rails 2.3.4 and have got Rack Cache working by setting the &lt;br&gt; expires time. The problem I have is when I try to add validation. &lt;br&gt; &lt;p&gt;in my controller &lt;br&gt; &lt;p&gt;fresh_when :last_modified =&amp;gt; last_modified, :public =&amp;gt; true &lt;br&gt; &lt;p&gt;last modified is a timestamp converted to utc &lt;br&gt; &lt;p&gt;After the expires time I get a Rails double render error.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Inga M.</name>
  <email>durnoarteaga51...@googlemail.com</email>
  </author>
  <updated>2009-09-30T18:30:01Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/9abe1636731b4162/b7cca1e366c7e012?show_docid=b7cca1e366c7e012</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/9abe1636731b4162/b7cca1e366c7e012?show_docid=b7cca1e366c7e012"/>
  <title type="text">Video SEX online?</title>
  <summary type="html" xml:space="preserve">
  My name is Inga Marley, I am a girl 21 years old. &lt;br&gt; Today I feel inclined to have sex. Or at least sex video chat! &lt;br&gt; Im here, someone wants to see me? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://alturl.com/9hvv&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Arlanda</name>
  <email>giuliojohnosn32...@gmail.com</email>
  </author>
  <updated>2009-09-29T16:14:54Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/bd3db62033094867/cfad69f345b1b450?show_docid=cfad69f345b1b450</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/bd3db62033094867/cfad69f345b1b450?show_docid=cfad69f345b1b450"/>
  <title type="text">LIVE SEX VIDEO CHAT</title>
  <summary type="html" xml:space="preserve">
  Seeking a partner for chatting, flirting or something more? Millions &lt;br&gt; participants waiting for you in the VIDEO SEX CHAT chat! &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://alturl.com/3uxa&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Helga</name>
  <email>bathesdakleber95...@gmail.com</email>
  </author>
  <updated>2009-09-27T18:05:00Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/e85720a1af22c259/e6b48a3bc98ffffd?show_docid=e6b48a3bc98ffffd</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/e85720a1af22c259/e6b48a3bc98ffffd?show_docid=e6b48a3bc98ffffd"/>
  <title type="text">Invitation to Video SEX Chat</title>
  <summary type="html" xml:space="preserve">
  My name is Helga Morrow, I am a girl 21 years old. &lt;br&gt; I invite you to a video sex chat. Come even if you do not have or have &lt;br&gt; not enabled webcam - you can participate in one-way. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://crystlecarle.150m.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Helga</name>
  <email>minnistrong78...@gmail.com</email>
  </author>
  <updated>2009-09-27T14:28:25Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/e85720a1af22c259/4ea48a2edf2afb11?show_docid=4ea48a2edf2afb11</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/e85720a1af22c259/4ea48a2edf2afb11?show_docid=4ea48a2edf2afb11"/>
  <title type="text">Invitation to Video SEX Chat</title>
  <summary type="html" xml:space="preserve">
  My name is Helga Morrow, I am a girl 21 years old. &lt;br&gt; I invite you to a video sex chat. Come even if you do not have or have &lt;br&gt; not enabled webcam - you can participate in one-way. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://crystlecarle.150m.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bob Ivor</name>
  <email>tansystormer79...@gmail.com</email>
  </author>
  <updated>2009-09-26T10:14:44Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/5d8227018c810425/4626744591d011ff?show_docid=4626744591d011ff</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/5d8227018c810425/4626744591d011ff?show_docid=4626744591d011ff"/>
  <title type="text">VIDEO SEX CHAT</title>
  <summary type="html" xml:space="preserve">
  Seeking a girl for chatting, flirting or something more? Maybe a &lt;br&gt; boy? :) Millions participants waiting for you in the sex VIDEO chat. &lt;br&gt; Find a friend in Your city! &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://camelliaelfr.150m.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bob Ivor</name>
  <email>michkupfer97...@gmail.com</email>
  </author>
  <updated>2009-09-26T05:04:49Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/5d8227018c810425/d4cd652bfe1a92e4?show_docid=d4cd652bfe1a92e4</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/5d8227018c810425/d4cd652bfe1a92e4?show_docid=d4cd652bfe1a92e4"/>
  <title type="text">VIDEO SEX CHAT</title>
  <summary type="html" xml:space="preserve">
  Seeking a girl for chatting, flirting or something more? Maybe a &lt;br&gt; boy? :) Millions participants waiting for you in the sex VIDEO chat. &lt;br&gt; Find a friend in Your city! &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://camelliaelfr.150m.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Camellia</name>
  <email>benedicbarco3...@gmail.com</email>
  </author>
  <updated>2009-09-25T07:36:15Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/dc0657af0b8805cf/a683a4e06847c8a9?show_docid=a683a4e06847c8a9</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/dc0657af0b8805cf/a683a4e06847c8a9?show_docid=a683a4e06847c8a9"/>
  <title type="text">Lets flirt or...</title>
  <summary type="html" xml:space="preserve">
  Hello to group, Im new here. &lt;br&gt; Life is boring and uninteresting, entertain me :) &lt;br&gt; &lt;p&gt;Lets flirt or maybe something more? &lt;br&gt; Im here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://camelliaelfr.150m.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Camellia</name>
  <email>benedicbarco3...@gmail.com</email>
  </author>
  <updated>2009-09-25T07:36:07Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/dc0657af0b8805cf/569f1b6c4ebcb278?show_docid=569f1b6c4ebcb278</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/dc0657af0b8805cf/569f1b6c4ebcb278?show_docid=569f1b6c4ebcb278"/>
  <title type="text">Lets flirt or...</title>
  <summary type="html" xml:space="preserve">
  Hello to group, Im new here. &lt;br&gt; Life is boring and uninteresting, entertain me :) &lt;br&gt; &lt;p&gt;Lets flirt or maybe something more? &lt;br&gt; Im here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://camelliaelfr.150m.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>mergulhao83</name>
  <email>mergulha...@gmail.com</email>
  </author>
  <updated>2009-09-24T15:18:14Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/07a4c425758ecfb5/e12fb3e0a562c371?show_docid=e12fb3e0a562c371</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/07a4c425758ecfb5/e12fb3e0a562c371?show_docid=e12fb3e0a562c371"/>
  <title type="text">Re: Over-resilient session</title>
  <summary type="html" xml:space="preserve">
  Hi Guys, &lt;br&gt; I&#39;m with the same problem. As a temporary fix I placed: &lt;br&gt; &amp;quot;self.current_user = nil&amp;quot; &lt;br&gt; just before reset_session call. Seens that session is not being reseted. &lt;br&gt; Sylvestre Mergulhão &lt;br&gt; ------------------------------ ------------------------------ ----------- &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mergulhao.info&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://redeparede.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Inga Fox</name>
  <email>roumellmalott90...@gmail.com</email>
  </author>
  <updated>2009-09-24T08:33:42Z</updated>
  <id>http://groups.google.com/group/rack-cache/browse_thread/thread/05b9b7ac0b52fa67/4ffb198de815cbbc?show_docid=4ffb198de815cbbc</id>
  <link href="http://groups.google.com/group/rack-cache/browse_thread/thread/05b9b7ac0b52fa67/4ffb198de815cbbc?show_docid=4ffb198de815cbbc"/>
  <title type="text">Lets flirt, seeking for a partner</title>
  <summary type="html" xml:space="preserve">
  Today, I am so bored and lonely. &lt;br&gt; Friends, let&#39;s get started? &lt;br&gt; Lets flirt or maybe something more? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://vedakathalee.150m.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
</feed>
