aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/README.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-11-13 15:23:28 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-11-13 15:23:28 -0500
commit8dd76a7a6ff1bb7105beabb8f834ca54ab1e5fc2 (patch)
tree9830dad2b5514f9c1600036a81433266ddec3250 /railties/lib/rails/generators/rails/app/templates/README.md
parent705cf47033afabf4530a209f907ff4bf35acf2c2 (diff)
downloadrails-8dd76a7a6ff1bb7105beabb8f834ca54ab1e5fc2.tar.gz
rails-8dd76a7a6ff1bb7105beabb8f834ca54ab1e5fc2.tar.bz2
rails-8dd76a7a6ff1bb7105beabb8f834ca54ab1e5fc2.zip
Use .tt extension to all the template files
Make clear that the files are not to be run for interpreters. Fixes #23847. Fixes #30690. Closes #23878.
Diffstat (limited to 'railties/lib/rails/generators/rails/app/templates/README.md')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/README.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/README.md b/railties/lib/rails/generators/rails/app/templates/README.md
deleted file mode 100644
index 7db80e4ca1..0000000000
--- a/railties/lib/rails/generators/rails/app/templates/README.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# README
-
-This README would normally document whatever steps are necessary to get the
-application up and running.
-
-Things you may want to cover:
-
-* Ruby version
-
-* System dependencies
-
-* Configuration
-
-* Database creation
-
-* Database initialization
-
-* How to run the test suite
-
-* Services (job queues, cache servers, search engines, etc.)
-
-* Deployment instructions
-
-* ...