I am building a site on Rails framework on ec2. I am following Lean Startup approach.
Question:
-
Is there a gem/ way to track the number of hits the site have?
-
Also the time a user spend on the site?
I do not want/ be pushy to the users to login.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use a gem called Sliding Stats. Its a small little piece of code you can plug into any Rack enabled Ruby web app (any Ruby web-framework can work with Rack these days) to give you an idea of what’s going on without having to look into referrer logs etc. Here’s a github page for this gem https://github.com/vidarh/sliding-stats