Can I highlight the prompt line in the Rails console? -


working more in rails console these days , helpful if somehow highlight (color, bold, anything) lines i'm typing command stand out rails output.

could highlighting prompt somehow. possible?

if want customize prompt in rails console, looking pry gem lets customize prompt, including adding colors:

https://github.com/pry/pry/wiki/customization-and-configuration#config_prompt

to use automatically rails, include pry-rails gem well.

if want syntax highlighting type in pry console you'll want pry-coolline gem.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -