aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2013-03-05 18:13:33 +1100
committerHenare Degan <henare.degan@gmail.com>2013-03-05 18:13:36 +1100
commit1a03589b99808a715a1acadc7b440827fe7200e5 (patch)
treeba51e1882bcc40164fe2959c12cbdb31fb1e6f6c
parent777b6a0ae0cd3c4f288d2cd20da3cab2ea814781 (diff)
These no longer exist so replace with useful alternatives
-rw-r--r--app/views/admin_general/debug.html.erb5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/admin_general/debug.html.erb b/app/views/admin_general/debug.html.erb
index 88a3f5b32..f37cfe012 100644
--- a/app/views/admin_general/debug.html.erb
+++ b/app/views/admin_general/debug.html.erb
@@ -22,9 +22,8 @@ Xapian::version_string <%=h Xapian::version_string%>
<h2>Configuration</h2>
-<p>environment: <%=h Rails::configuration.environment %>
-<br>environment_path: <%=h Rails::configuration.environment_path %>
-<br>framework_paths: <%=h Rails::configuration.framework_paths.to_yaml %>
+<p>Rails env: <%=h Rails.env %>
+<br>Rails root: <%=h Rails.root %>
</p>
<h2>Environment variables</h2>