My rails application runs on a Ubuntu server machine.
I need to create temporary files in order to \"feed\" them to a second, independent app (I\'ll be using rake tasks
Rails apps also have their own tmp/ directory. I guess that one is always available and thus a good candidate to use and keep your application portable.
tmp/