Topic: Best Way To Track User Activity
I've seen a similar thread on this forum before, but no solution was posted so here it comes again...
I'm looking to track user activity across several models (i.e. uploading photos, posting comments, etc.).
What is the best way of tracking user activity across an entire rails application?
Should I use an observer, a sweeper, create a tracker model or is there another option I haven't thought of yet?
I'm looking for a nudge in the right direction here or to spark a conversation on the subject.
Thanks.