Getting rid of tmp files

Hi,

I have ruby running its little web server, ruby script/server
-

but I notice that it generates a ton of little files under tmp

e.g.

ruby_sess.0a1d5e8a75c64e2f

for every session I guess, how can I stop the creation of these files
which are chewing my disk.

thanks

On Jan 23, 2007, at 20:15, Timasmith wrote:

for every session I guess, how can I stop the creation of these files
which are chewing my disk.

script/server is a railsism, so I’m presuming this is a Rails-related
question. You’ll find the answer over on the Rails mailing list.


Eric H. - [email protected] - http://blog.segment7.net

I LIT YOUR GEM ON FIRE!