public
Description: Sliding stats is Rack Middleware that presents a "sliding window" over a web apps last N requests (where N is a reasonably low value, as it's all kept in memory). This is currently a "work in progress" - don't deploy this anywhere without testing it first; It is likely to have nasty bugs.
Homepage: http://www.hokstad.com/slidingstats
Clone URL: git://github.com/vidarh/sliding-stats.git
vidarh (author)
Mon May 11 14:37:18 -0700 2009
commit  07acd84a841f41baa4a3c9fec6651d116103dda6
tree    77fcf8a91ea64e7529b8e544be5a22a7fd890799
parent  4c53c3c390bab0ffb8f162c5d9e79ba9a01ca8b4
name age message
file README.rdoc Sat Feb 14 11:03:40 -0800 2009 Initial 'working' version [vidarh]
file Rakefile Sat Feb 14 11:03:40 -0800 2009 Initial 'working' version [vidarh]
directory example/ Thu Feb 19 01:57:51 -0800 2009 Improved the example [vidarh]
directory features/ Thu Feb 19 01:58:56 -0800 2009 Added more tests, fixed existing tests, and fix... [vidarh]
directory lib/ Thu Apr 23 10:08:22 -0700 2009 Slightly improved appearance [vidarh]
file sliding-stats.gemspec Mon May 11 14:37:18 -0700 2009 Fixed Rack dependency [vidarh]
README.rdoc