Is there a "Rails way" to track metrics over time? -


if have employees model , want track how many total employees have on every friday , store results in file, there gem or feature allow easy implementation of this?

my current plan use clockwork gem (final deployment isn't on unix server no cron jobs, unfortunately) schedule task counts number of employees , writes model.

imho, having scheduled job through cron/clockwork or windows services best way achieve this. requirement states total has calculated @ time. requirement has nothing web application development framework, rails or not.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -