Acts As Statistic Rails Gem

I finally got around to putting time into building out a gem for unified statistics gathering. The goal is to build up enough support to mimic something like the Benchmark class but log to an ActiveRecord model in a normalized format. However, unlike Benchmark, it will also support stats of counts and rates.

It was almost a year to the day before I put some effort into it beyond script/generate plugin. I do hope to keep up the development at a significantly faster rate. :-)

https://github.com/nickjones/acts_as_statistic

Posted