Maddy
2012-Dec-18 08:59 UTC
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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/iLxmyfi8xF8J. For more options, visit https://groups.google.com/groups/opt_out.
Nicolas Desprès
2012-Dec-18 13:24 UTC
Re: Track the number of users who are all visiting the web application
Hi All, I guess if I had to do it with Devise ( https://github.com/plataformatec/devise) 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 <ashokkumar-tks5Z7IV8F8RmelmmXo44Q@public.gmane.org> wrote:> 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 > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/iLxmyfi8xF8J. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- Nicolas Desprès -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Hassan Schroeder
2012-Dec-18 16:03 UTC
Re: Track the number of users who are all visiting the web application
On Tue, Dec 18, 2012 at 12:59 AM, Maddy <ashokkumar-tks5Z7IV8F8RmelmmXo44Q@public.gmane.org> 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 :-) -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.