forked from gsamokovarov/web-console
-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Description
I'm trying to switch my project from better_errors to web-console. When I install web-console 3.5.0 and try to use <% console %>
or generate an error page, the error page shows up without any REPL available. In my JavaScript console I see this error:
Uncaught ReferenceError: REPLConsole is not defined
It looks like REPLConsole is a JavaScript library downloadable via NPM. I don't see anything in the web-console documentation telling me I need to install/configure any JavaScript assets. Do I need to include another gem or add a line to my application.js to get REPLConsole to be present? Should it "just work"?
Thanks for your work on this gem, I've heard it's faster that better_errors and am looking forward to switching.
Metadata
Metadata
Assignees
Labels
No labels