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
I installed the gem and i can do configure ForecastIO.
If i want to use the ForecastIO::Forecast.new command somehow my application can not pick up the Forcast class.
I'm running ruby 2.4.0p0 and Rails 5.0.2.
forecast_io (2.0.1)
I was trying to run some api calls in the terminal.
I installed the gem and i can do configure ForecastIO.
If i want to use the ForecastIO::Forecast.new command somehow my application can not pick up the Forcast class.
I'm running ruby 2.4.0p0 and Rails 5.0.2.
forecast_io (2.0.1)
I was trying to run some api calls in the terminal.
Somehow the constants get not loaded.
puts ForecastIO.constants.inspect
[:VERSION, :Configuration]
=> nil
The text was updated successfully, but these errors were encountered: