Articles tagged 'gist'

  • 0 min read

Clear the log files of all your rails projects

I hit a barrier last night where my virtual machine I use for Rails development ran out of space. I quickly checked around and saw my current Rails project had 800MB in log files (thanks autospec).

So I decided to quickly cook up this little bash...