From 6119576af8a2e9c11355ce72843732ce3b65a59a Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 18 Jan 2013 03:54:53 +0800 Subject: [PATCH] Naive fix to allow using Better Errors with Turbolinks. Closes #91. --- lib/better_errors/templates/main.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/better_errors/templates/main.erb b/lib/better_errors/templates/main.erb index 2f6b1bcf..20b1a43d 100644 --- a/lib/better_errors/templates/main.erb +++ b/lib/better_errors/templates/main.erb @@ -665,6 +665,12 @@ + +

<%= exception.class %> at <%= request_path %>

@@ -703,6 +709,7 @@