diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2012-08-07 11:17:50 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2012-08-07 11:18:00 -0500 |
commit | fb883318c8b82b3570cee022ddf6886f9052245d (patch) | |
tree | 403fa97aacda853bd06b309accd88bfb6b49ac96 /railties/lib/rails/generators | |
parent | 46b8bceedd3e47169c50a04c93161424909c75fb (diff) | |
download | rails-fb883318c8b82b3570cee022ddf6886f9052245d.tar.gz rails-fb883318c8b82b3570cee022ddf6886f9052245d.tar.bz2 rails-fb883318c8b82b3570cee022ddf6886f9052245d.zip |
Revert "The application generator generates `public/humans.txt` with some basic data". I dont consider this something most people is going to want most of the time. If you want to add it in your own app, knock yourself out. But it doesnt belong in Rails imo
Diffstat (limited to 'railties/lib/rails/generators')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt | 7 |
1 files changed, 0 insertions, 7 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 deleted file mode 100644 index f081e08b6c..0000000000 --- a/railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt +++ /dev/null @@ -1,7 +0,0 @@ -# See more about this file at: http://humanstxt.org/ -# For format suggestions, see: http://humanstxt.org/Standard.html -/* TEAM */ - -/* APP */ - Name: <%= app_const_base %> - Software: Ruby on Rails |