You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2020. It is now read-only.
I love this Gem. The only issue I have is that I can't initialize the configuration in a Rails app because of the way you are storing the config in a Thread.current. I had to monkey patch it to store the config in a global variable. Otherwise, I would have to configure it before each call.
This is how I would change the config method in geonames.rb: