public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/ddollar/rails.git
Search Repo:
Ignore debug logs and ensure ActiveResource's log is cleaned up.
josh (author)
Wed Apr 16 11:17:03 -0700 2008
commit  9e53b63601ce12fb7e4c8fdb16d5706ea8609d2f
tree    f80cae6c6ea06bb8be1bbe1f8c84f552c83c980a
parent  745359a49452da34978724144eaa318b8a363e08
...
 
...
1
0
@@ -1 +1,2 @@
0
+debug.log
...
1
...
 
0
@@ -1,2 +1 @@
0
-debug.log
...
1
 
...
 
1
0
@@ -1,2 +1,2 @@
0
-rm activerecord/debug.log activerecord/test/debug.log actionpack/debug.log
0
+rm activerecord/debug.log activerecord/test/debug.log actionpack/debug.log activeresource/test/debug.log

Comments

    No one has commented yet.