aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-22 06:18:25 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-22 06:18:25 +0000
commit7d6f78377a1cc7208edf16af15fd3671dc9d3c33 (patch)
tree7f706e30bac087727dac3c58569263b84a5e5eb0 /railties/html
parent7ebdecfb89c840cdf8c0a35084f962e3174fcf1c (diff)
downloadrails-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/html')
-rw-r--r--railties/html/robots.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/html/robots.txt b/railties/html/robots.txt
new file mode 100644
index 0000000000..4ab9e89fe1
--- /dev/null
+++ b/railties/html/robots.txt
@@ -0,0 +1 @@
+# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file \ No newline at end of file