4

I'm allowing users to create sites within my application, and I want to provide simple stats to them like the number of page views. Is there a Rails gem that I can implement to do this?

Alex Smith
  • 385
  • 4
  • 21
  • Possible duplicate.. http://stackoverflow.com/questions/4815713/simple-hit-counter-for-page-views-in-rails – Mr. Black Aug 01 '12 at 05:22

2 Answers2

2

Check this similar question simple hit counter for page views in rails. Based on the answer to the mentioned question, a gem named impressionist was created by John McAliley. The gem is Rails 3 ready, so you can include it in your app directly.

Community
  • 1
  • 1
Kulbir Saini
  • 3,926
  • 1
  • 26
  • 34
1

Try out the StatsMix gem. You can use it to track any action or event in your application. Disclaimer: I'm the founder and it's a subscription based (paid) service. We do have a free developer plan though and have the abilty to embed charts and dashboards to easily allow for providing stats to your users.

tmarkiewicz
  • 515
  • 5
  • 12
  • Could someone let me know why this would have been downvoted? I'm not involved w/ the company anymore, but honestly curious why this didn't effectively answer the above question. Just because it's a gem that works for a commercial service (even though there's a completely free version), doesn't mean it doesn't solve the stated problem. – tmarkiewicz May 18 '15 at 20:12