trackoid
trackoid copied to clipboard
Trackoid is an easy scalable analytics tracker using MongoDB and Mongoid
At the moment trackoid require rails 3.x, it would be nice with support for rails 4.0.
Hi @twoixter, hope all is well. Any chance you could make a 0.4.1 release with the "newly" bumped Mongoid 3.1? Thanks.
Not got time to dig into this one but after an update to Ruby 2.0.0-p0, calls like: ``` ruby @image.views.last_days(7).sum ``` Throws `Mongoid::Tracking::ReaderExtender can't be coerced into Fixnum`. ``` ruby...
Currently, an aggregation key must be a String. For example ``` aggregate :browsers do |b| b.id #
Is it possible to create a Mongoid scope, or even a manual MongoDB query to sort documents by their number of tracked items? For example Page.desc(:visits)? I've tried various techniques...