2013-07-06 39 views

回答

1

geocoder具有http代理支持,但從配置文件的位置不明顯。

看着初始化時,你可以找到它,應該讓您的軌道創造產生的呼叫:https://github.com/alexreisner/geocoder/blob/master/lib/generators/geocoder/config/templates/initializer.rb

Geocoder.configure(
    [...] 
    # :http_proxy => nil,   # HTTP proxy server (user:[email protected]:port) 
    # :https_proxy => nil,   # HTTPS proxy server (user:[email protected]:port) 
) 
+0

感謝線索很多Phoet。 抱歉沒有按時回覆其他項目。 – swapjo

相關問題