diff options
author | Piotr Sarnacki <drogus@gmail.com> | 2013-07-22 17:19:07 +0200 |
---|---|---|
committer | Piotr Sarnacki <drogus@gmail.com> | 2013-07-22 17:19:07 +0200 |
commit | 73bbf548687a3502cc87aaea4484943e65dce053 (patch) | |
tree | 7abb8d8664cbe00175ffa953a8a6f57750dc9820 /railties/lib/rails/templates | |
parent | 782d2f6f83c39e9cfd2a8e650250a74c65458f88 (diff) | |
download | rails-73bbf548687a3502cc87aaea4484943e65dce053.tar.gz rails-73bbf548687a3502cc87aaea4484943e65dce053.tar.bz2 rails-73bbf548687a3502cc87aaea4484943e65dce053.zip |
Revert "Match Dev/Prod parity for Index Page"
Showing welcome page in production can expose information, which should
not be visible on production if people don't override the default root
route.
This reverts commit b0caea29c2da9f4c8bb958019813482da297067d.
Diffstat (limited to 'railties/lib/rails/templates')
-rw-r--r-- | railties/lib/rails/templates/rails/welcome/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/templates/rails/welcome/index.html.erb b/railties/lib/rails/templates/rails/welcome/index.html.erb index dd35835c6f..eb620caa00 100644 --- a/railties/lib/rails/templates/rails/welcome/index.html.erb +++ b/railties/lib/rails/templates/rails/welcome/index.html.erb @@ -227,7 +227,7 @@ <li> <h2>Set up a root route to replace this page</h2> - <p>You're seeing this page because you haven't set a root route yet.</p> + <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> |