From 621d89f52d65d1d438a1636376a868e8a21b8792 Mon Sep 17 00:00:00 2001 From: q-- Date: Thu, 4 Oct 2012 14:34:40 +0300 Subject: [PATCH] Added Rack::Cache Example site using this: http://sublimevideo.net/ Project site: https://github.com/rtomayko/rack-cache [Header](https://github.com/rtomayko/rack-cache/blob/master/CHANGES#L148): `X-Rack-Cache` --- share/js/apps.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/js/apps.js b/share/js/apps.js index d9c061487..9bf3f5ccd 100644 --- a/share/js/apps.js +++ b/share/js/apps.js @@ -1194,6 +1194,11 @@ cats: [ 6 ], html: /Powered by/i }, + 'Rack::Cache': { + cats: [ 22 ], + headers: { 'X-Rack-Cache': /.+/ }, + implies: [ 'Ruby' ] + }, 'Raphael': { cats: [ 25 ], script: /raphael.*\.js/,