ruby - Rail Action View Page: Missing Rails Console -


i got new computer @ work , have rails , running no problems.

but oddly missing useful rails console pops whenever run error in rails. @ bottom of page , black.

does know how appear?

thank you!

i think after:

group :development   gem 'web-console', '~> 2.0' end 

then use in view:

<% console %> 

reference: https://github.com/rails/web-console


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -