fog / fog-rackspace

Rackspace provider gem for Fog ecosystem
MIT License
8 stars 36 forks source link

Working rackspace extraction from fog v2.0.0 #2

Closed estum closed 8 years ago

estum commented 8 years ago

It is pretty raw extraction, but working fine with the stable carrierwave gem.

If someone has the same target, there is a simple trick to circumvent the excessive effort of carrierwave: just create the fog.rb file somewhere in your app's $LOAD_PATH (just in the lib, e.g.), and require fog/rackspace/identity and fog/rackspace/storage there.

fog/fog#3700 carrierwaveuploader/carrierwave#1557 carrierwaveuploader/carrierwave#1570