I am trying to implement location "checkins" in my Rails 3 application.
For example: User searches for a place and we can find the latitude and longitude of the that place and allow the user to "check in" there.
Is there a gem that can help to achieve that?
Thanks in advance!