diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-22 06:18:25 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-22 06:18:25 +0000 |
commit | 7d6f78377a1cc7208edf16af15fd3671dc9d3c33 (patch) | |
tree | 7f706e30bac087727dac3c58569263b84a5e5eb0 /railties/Rakefile | |
parent | 7ebdecfb89c840cdf8c0a35084f962e3174fcf1c (diff) | |
download | rails-7d6f78377a1cc7208edf16af15fd3671dc9d3c33.tar.gz rails-7d6f78377a1cc7208edf16af15fd3671dc9d3c33.tar.bz2 rails-7d6f78377a1cc7208edf16af15fd3671dc9d3c33.zip |
Added an empty robots.txt to public/, so that web servers asking for it won't trigger a dynamic call, like favicon.ico #1738 [michael@schubert]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1876 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index f93e677638..1cb1150bf8 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -32,7 +32,7 @@ PUBLIC_DIRS = %w( images javascripts stylesheets ) TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/test ) LOG_FILES = %w( server.log development.log test.log production.log ) -HTML_FILES = %w( 404.html 500.html index.html favicon.ico javascripts/prototype.js javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js ) +HTML_FILES = %w( 404.html 500.html index.html robots.txt favicon.ico javascripts/prototype.js javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js ) BIN_FILES = %w( generate destroy breakpointer console server update runner profiler benchmarker ) # listener tracker VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties ) |