discourse/lib/file_store
Luke GB acc05dd3a5 Fix LocalStore.remove_file to not raise if source doesn't exist
FileUtils.move actually ends up raising an "unknown file type" error if the file doesn't exist instead of Errno::ENOENT.

It's possible to rescue this, but in the end it's easier to just ask move not to throw an error, since we're going to throw it away anyway.
2015-07-12 14:14:12 +01:00
..
base_store.rb better support for mixed content 2015-06-01 17:49:58 +02:00
local_store.rb Fix LocalStore.remove_file to not raise if source doesn't exist 2015-07-12 14:14:12 +01:00
s3_store.rb better support for mixed content 2015-06-01 17:49:58 +02:00