aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-12-11 01:11:05 -0800
committerXavier Noria <fxn@hashref.com>2012-12-11 01:11:05 -0800
commit15934c80b122cbeb80c516ffae3d0a3f1fa18934 (patch)
treeffd092b6789cb23b35c380d58731215cf15e4aae
parent224d82ee5990b101b7a44c37bed026b602bd4f20 (diff)
parent9f5622f6a34e7d6c1d701394206b9dfb7afe926c (diff)
downloadrails-15934c80b122cbeb80c516ffae3d0a3f1fa18934.tar.gz
rails-15934c80b122cbeb80c516ffae3d0a3f1fa18934.tar.bz2
rails-15934c80b122cbeb80c516ffae3d0a3f1fa18934.zip
Merge pull request #8484 from gclag/dynamic-index-refinements
Explain how to supersede the new dynamic welcome page
-rw-r--r--railties/lib/rails/templates/rails/welcome/index.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/lib/rails/templates/rails/welcome/index.html.erb b/railties/lib/rails/templates/rails/welcome/index.html.erb
index 6a1754d81e..9a62d206dc 100644
--- a/railties/lib/rails/templates/rails/welcome/index.html.erb
+++ b/railties/lib/rails/templates/rails/welcome/index.html.erb
@@ -223,6 +223,8 @@
</li>
<li>
+ <h2>Set up a root route to replace this page</h2>
+ <p>You're seeing this page because you're running in development mode and you haven't set a root route yet.</p>
<p>Routes are set up in <span class="filename">config/routes.rb</span>.</p>
</li>