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?
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?
If you want show web console in your Desired Page.
Add this line in page any where
<%= console %>
Then it will render web console.