mikamai / akamai_api

Akamai gem+CLI to work with CCU and ECCU interfaces
MIT License
43 stars 19 forks source link

fix for active support require issue #21

Closed mwkaufman closed 10 years ago

mwkaufman commented 10 years ago

Running into "uninitialized constant ActiveSupport::Autoload (NameError)," error, was resolved by adding this require statement. The issue is described in more detail here: https://github.com/rails/rails/issues/14664

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling c91d5a2f9e4f7edf58d1511277604c3a9f9b5389 on mwkaufman:name-error-fix into 527aa3dc71b88a8655b7ab08ada8e2f09385f3f9 on mikamai:master.

nicolaracco commented 10 years ago

Thank you. Released as 0.3.0 along with a refactoring and an increased test coverage