Hi Folks, Good Day to all! I have one urgent task in my project. Have to displays the visitors count, who are all visiting my website. Eg: If anyone visited my site in Canada, in my admin panel i should displays the details which i mentioned below. It shoule be displayed like this.. *Visitors count: 100* *Location : USA or Canada or ....* *Date : xx-xx-xxxx.* Please advice! -- 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/-/1fqIpltc9zEJ. For more options, visit https://groups.google.com/groups/opt_out.
devise gem is there https://github.com/plataformatec/devise On Wed, Dec 19, 2012 at 12:17 PM, Maddy <ashokkumar-tks5Z7IV8F8RmelmmXo44Q@public.gmane.org> wrote:> Hi Folks, > > Good Day to all! > > I have one urgent task in my project. > Have to displays the visitors count, who are all visiting my > website. > Eg: If anyone visited my site in Canada, in my admin panel i should > displays the details which i mentioned below. > > It shoule be displayed like this.. > *Visitors count: 100* > *Location : USA or Canada or ....* > *Date : xx-xx-xxxx.* > > Please advice! > > -- > 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/-/1fqIpltc9zEJ. > For more options, visit https://groups.google.com/groups/opt_out. > > >Thanks and Regards Praneeth Thota 9966590143 -- 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.
Yes Thanks! But this works only when they sign_in. My requirement is, if anyone open my website like www.xxx.com, i should be notified. Please advice. On Wed, Dec 19, 2012 at 12:36 PM, Thota praneeth <praneetheee240-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> devise gem is there > > https://github.com/plataformatec/devise > > > On Wed, Dec 19, 2012 at 12:17 PM, Maddy <ashokkumar-tks5Z7IV8F8RmelmmXo44Q@public.gmane.org> wrote: > >> Hi Folks, >> >> Good Day to all! >> >> I have one urgent task in my project. >> Have to displays the visitors count, who are all visiting >> my website. >> Eg: If anyone visited my site in Canada, in my admin panel i should >> displays the details which i mentioned below. >> >> It shoule be displayed like this.. >> *Visitors count: 100* >> *Location : USA or Canada or ....* >> *Date : xx-xx-xxxx.* >> >> Please advice! >> >> -- >> 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/-/1fqIpltc9zEJ. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > Thanks and Regards > Praneeth Thota > 9966590143 > > -- > 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. > > >-- *"Attitude is a little thing that makes a big difference"* Thanks & Regards *Ashokkumar.Y* *ROR-Developer **email : ashokkumar-tks5Z7IV8F8RmelmmXo44Q@public.gmane.org* *Shriramits* * * -- 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.
I hope this may help you: 1) Take one field "no_of_views" in the database 2) Initialize with zero in the database 3) When ever your website is opened (It has to call the method when user opens your website), get the last no_of_views value to that method and increment the no_of_views value with 1. Even i was not Perfect but this is my idea. On Wed, Dec 19, 2012 at 1:12 PM, Ashokkumar Yuvarajan < ashokkumar-tks5Z7IV8F8RmelmmXo44Q@public.gmane.org> wrote:> Yes Thanks! > > But this works only when they sign_in. > My requirement is, if anyone open my website like www.xxx.com, i should > be notified. > > Please advice. > > On Wed, Dec 19, 2012 at 12:36 PM, Thota praneeth <praneetheee240-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > wrote: > >> devise gem is there >> >> https://github.com/plataformatec/devise >> >> >> On Wed, Dec 19, 2012 at 12:17 PM, Maddy <ashokkumar-tks5Z7IV8F8RmelmmXo44Q@public.gmane.org>wrote: >> >>> Hi Folks, >>> >>> Good Day to all! >>> >>> I have one urgent task in my project. >>> Have to displays the visitors count, who are all visiting >>> my website. >>> Eg: If anyone visited my site in Canada, in my admin panel i should >>> displays the details which i mentioned below. >>> >>> It shoule be displayed like this.. >>> *Visitors count: 100* >>> *Location : USA or Canada or ....* >>> *Date : xx-xx-xxxx.* >>> >>> Please advice! >>> >>> -- >>> 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/-/1fqIpltc9zEJ. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> >> >> Thanks and Regards >> Praneeth Thota >> 9966590143 >> >> -- >> 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. >> >> >> > > > > -- > > *"Attitude is a little thing that makes a big difference"* > > > Thanks & Regards > *Ashokkumar.Y* > *ROR-Developer > **email : ashokkumar-tks5Z7IV8F8RmelmmXo44Q@public.gmane.org* > *Shriramits* > > > * > * > > -- > 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. > > >-- Greetings Sir/ Madam, In anticipation of working in your esteemed organization I am enclosing a resume for your review. Please consider this letter as my formal application presenting my background, education and experience. I am PRANEETH THOTA pursued B.TECH from Ganapathy Engineering College, in the stream of Electrical Engineering. May I arrange an interview to further discuss my qualifications? I am available for an interview at a mutually convenient time. Thank you for your time and consideration. Awaiting for your reply. Thanks and Regards Praneeth Thota 9966590143 -- 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.