]> git.openstreetmap.org Git - rails.git/commit
Use FileUtils.mv instead of File.rename as it will do a copy+delete when
authorTom Hughes <tom@compton.nu>
Thu, 7 Feb 2008 23:53:20 +0000 (23:53 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 7 Feb 2008 23:53:20 +0000 (23:53 +0000)
commit4f33014464004dee1b45e33831bb6528ead6d3f7
tree2b4582f711a90735aa2d8140cccc04b3baa41cf0
parentdd396a773eeb62f622dfa9e2540ad98a754d24c0
Use FileUtils.mv instead of File.rename as it will do a copy+delete when
the source and target are not on the same filesystem. Closes #670.
app/controllers/trace_controller.rb