From ceb1dcc3dbd4f3e5d42f46bb5746c87c1fcf47ff Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 8 May 2012 11:44:58 +0100 Subject: [PATCH] add humans.txt --- .../generators/rails/app/templates/public/humans.txt.tt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt diff --git a/railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt b/railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt new file mode 100644 index 0000000000000..1c49e5c70a477 --- /dev/null +++ b/railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt @@ -0,0 +1,9 @@ +# See more about this file at: http://humanstxt.org/ +# For format suggestions, see: http://humanstxt.org/Standard.html +/* TEAM */ + <%= ENV['USER'].titlecase %> + +/* APP */ + Name: <%= app_const_base %> + Date Created: <%= Date.today.strftime("%B %d, %Y") %> + Software: Ruby on Rails