store_file works on unlinked Tempfile objects
commit346b21f715e484bf9280d2d6b7ac2003b29a59ed
authorEric Wong <normalperson@yhbt.net>
Thu, 8 Dec 2011 06:15:06 +0000 (8 06:15 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 8 Dec 2011 06:15:06 +0000 (8 06:15 +0000)
treedd4ac90290f7206a63f44b77eaa0028eb71bb844
parent83df70292440787ff32be893f7dd0fd2713bfdef
store_file works on unlinked Tempfile objects

Unlinking Tempfiles is good practice, so we should
allow/encourage people to use unlinked Tempfiles
with store_file.
lib/mogilefs/http_file.rb
test/test_mogilefs_integration.rb