0
votes
1answer
48 views

deleting multiple files (versions) with Fog and Carrierwave - Rackspace

I am building an application where i have a file with original, medium and thumbnail size images. I am using carrierwave to accomplish this, and I need to remove all versions of the file from ...
0
votes
0answers
89 views

Why do uploads happen so slowly with CarrierWave and Rackspace Cloudfiles?

I am using CarrierWave for image uploading, and the uploads take anywhere from 3-5 seconds (in production) using Rackspace Cloudfiles as the store. At first, I attributed it to my image processor ...
1
vote
3answers
610 views

Fog::Storage::Rackspace::NotFound error when using Carrierwave to upload to Rackspace

Everyone: I already searched the error before I posted this to Stackoverflow, so no need to point me to this: groups.google.com/forum/?fromgroups=#!topic/carrierwave/ It's not the same problem. I'm ...
4
votes
1answer
2k views

Paperclip, fog.io and Rackspace

I'm trying to find documentations on how to setup Paperclip to use fog.io and fog.io to use Rackspace Cloud File, but I wasn't able to find any good reference (and I consider myself a good Google ...
2
votes
1answer
373 views

Using fog for rackspace cloudfiles (EU) with paperclip

i'm stuck authenticating to the europe rackspace cloud with paperclip and fog. i also added this line to the credentials: :rackspace_auth_url => "lon.auth.api.rackspacecloud.com" but this doesnt ...