Nuke ALL your development.log
Most of us run several rails app. Over time, the development.log can grow and consume to much disk space. Instead of going one by one into the projects and deleting the file, just use this bash script.
<3
#/bin/sh
# This will find any development.log file and remove it
locate development.log | xargs -L1 rm
Written by Ivan Acosta-Rubio
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#