[Rails] Re: How to get geo location with the help of IP address

2011-01-17 Thread Rajesh B.
Thanks all :-) -- Posted via http://www.ruby-forum.com/. -- 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@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-

[Rails] Re: How to get geo location with the help of IP address

2011-01-17 Thread Romia S.
Hi, if you want to maintain the data yourself then you might want to consider of getting the data from geolocation providers. We use IP2Location and I think there have Ruby solution available too. Try http://www.ip2location.com/ruby.aspx. -- Posted via http://www.ruby-forum.com/. -- You rece

Re: [Rails] Re: How to get geo location with the help of IP address

2011-01-12 Thread Didde Brockman
On Jan 12, 2011, at 7:43 AM, Marnen Laibow-Koser wrote: > Rajesh B. wrote in post #974156: >> i am developing a product where i need to know from wich country the >> user is logged in .! and display things according to his geolocation . >> can any one please help me out with this Great! Geolocati

[Rails] Re: How to get geo location with the help of IP address

2011-01-11 Thread Rajesh B.
Thanks Marnen. -- Posted via http://www.ruby-forum.com/. -- 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-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-

[Rails] Re: How to get geo location with the help of IP address

2011-01-11 Thread Marnen Laibow-Koser
Rajesh B. wrote in post #974156: > i am developing a product where i need to know from wich country the > user is logged in .! and display things according to his geolocation . > can any one please help me out with this Perhaps you want to use the new HTML 5 geolocation features. If not, Google