aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-20 23:51:06 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-20 23:51:06 +0000
commit824558816acb7b930624e3cbd4dae8e7413e12f4 (patch)
treeb5e522624a1dd4105853c1ab1bf582f09e9afa64 /railties/Rakefile
parent9ee1302f86e2b2f7cf0aec9fad8a89e05eaf9195 (diff)
downloadrails-824558816acb7b930624e3cbd4dae8e7413e12f4.tar.gz
rails-824558816acb7b930624e3cbd4dae8e7413e12f4.tar.bz2
rails-824558816acb7b930624e3cbd4dae8e7413e12f4.zip
Added lighttpd config example and changed apache.log to less discriminating server.log
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@726 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 0acb2909ba..cbe4a7e82a 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -19,7 +19,7 @@ APP_DIRS = %w( apis models controllers helpers views views/layouts )
PUBLIC_DIRS = %w( images javascripts stylesheets _doc )
TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/testing )
-LOG_FILES = %w( apache.log development.log test.log production.log )
+LOG_FILES = %w( server.log development.log test.log production.log )
HTML_FILES = %w( 404.html 500.html index.html )
BIN_FILES = %w( generate destroy breakpointer console server update )