Track the number of users who are all visiting the web application

Hi All,
In my application i want to track the number of users who are all
visiting
the web application.
Is there any gem is available to track the number of users visiting the
web
application?

Please let me know how can i implement this feature.

Thanks
Ashok

Hi All,

I guess if I had to do it with Devise (
GitHub - heartcombo/devise: Flexible authentication solution for Rails with Warden.) I would check the
current_sign_in_at column of the users table.

Cheers,
Nico

On Tue, Dec 18, 2012 at 9:59 AM, Maddy [email protected]
wrote:


Nicolas D.

On Tue, Dec 18, 2012 at 12:59 AM, Maddy [email protected]
wrote:

In my application i want to track the number of users who are all visiting
the web application.

What do you mean by “users”? Authenticated users with accounts?
Anonymous users? Is it important to distinguish between humans
and bots/spiders?

And what do you mean by “number”? Cumulative count over time?
Count per hour? per day? Active “users” at any given moment?

Being more specific about your goal will get you better responses :slight_smile:


Hassan S. ------------------------ [email protected]

twitter: @hassan