0

I just installed web console with rails 4.2 :

gem 'web-console', :group => :development

bundle install

And when i restart the server

passenger start

When I load an error page, there is no console. Why?

Syl
  • 3,719
  • 6
  • 35
  • 59

1 Answers1

-1

If you want show web console in your Desired Page.

Add this line in page any where

<%= console %>

Then it will render web console.

  • To be sure i tried, it does not work. On top of that the console should appear on error pages. – Syl Sep 22 '16 at 17:22