diff options
author | Xavier Noria <fxn@hashref.com> | 2012-05-08 03:48:49 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-05-08 03:48:49 -0700 |
commit | 30f5b1a1cb14578d1634146119a25c20a466b97e (patch) | |
tree | 0e1cb5dd2077086ae3523b7ed69247f4c8f8bd85 | |
parent | fc5c41e9424e49db77245de4d17031ebb3e96b5c (diff) | |
parent | ceb1dcc3dbd4f3e5d42f46bb5746c87c1fcf47ff (diff) | |
download | rails-30f5b1a1cb14578d1634146119a25c20a466b97e.tar.gz rails-30f5b1a1cb14578d1634146119a25c20a466b97e.tar.bz2 rails-30f5b1a1cb14578d1634146119a25c20a466b97e.zip |
Merge pull request #2734 from paulca/humans
add humans.txt
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt | 9 |
1 files changed, 9 insertions, 0 deletions
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 0000000000..1c49e5c70a --- /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 |