diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-05 18:13:33 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-05 18:13:36 +1100 |
commit | 1a03589b99808a715a1acadc7b440827fe7200e5 (patch) | |
tree | ba51e1882bcc40164fe2959c12cbdb31fb1e6f6c | |
parent | 777b6a0ae0cd3c4f288d2cd20da3cab2ea814781 (diff) |
These no longer exist so replace with useful alternatives
-rw-r--r-- | app/views/admin_general/debug.html.erb | 5 |
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> |