I'm using ruby-cloudfiles for uploading videos in a rails 3.2.11 application. The uploading works fine but sometime when I try
container.object_exists?
and after restarting the server
container.object_exists?
returns true and works fine. Can anyone help me please.