mcmire / fedex

Fork of Mighty Interactive's fedex plugin (no longer available), updated to support v7 of the Fedex API. NOTE: I am no longer maintaining this library. There is at least one fork that supports v8. If you are interested in taking this over please let me know so I can remove this. Thanks!
MIT License
18 stars 10 forks source link

Autoload SOAP #6

Open mcmire opened 14 years ago

mcmire commented 14 years ago

SOAP takes an absurd amount of time to load. We should autoload it so that Rails starts up faster.

We can do this by adding

autoload :SOAP, 'soap/wsdlDriver'

to init.rb, then placing

require 'soap/wsdlDriver'

in create_driver, before the call to SOAP::WDSLDriverFactory.new.