使用simplegeo进行身份验证后,我只是尝试执行此操作:
SimpleGeo::Client.get_context(37.772445,-122.405913)
将结果转为@variable
并在我的“视图”页面上显示@variable
。
有什么建议吗?谢谢!
答案 0 :(得分:1)
我正在开发名为SimpleGeo-Rails的宝石。它应该使使用SimpleGeo Places的整个过程更像轨道。只需将以下内容添加到Gemfile中,然后添加checkout the readme。
gem 'simplegeo-rails', :git => 'https://github.com/mgadda/simplegeo-rails.git'