I installed gem better_errors
version 2.1.1
for my ruby on rails application. However, I still get the same old debug page. I have also installed the gem binding_of_caller
. I even installed the three gems which as shown as runtime dependencies for better_errors
, namely erubis
, coderay
and rack
(see the gem page here). All this to no avail.
I have also tried other solutions, one is this. All this to no avail.
I am using Ubuntu 16.04
, rails 5.0.0.1
and ruby 2.3.1p112
.