I'm on Nitrous IO, and successfully working on for Ruby on rails application. But thing that is irritating me is the inability to scrollup or down on the console window.
Is there any I can enable that feature for the Heroku console window ? Please guide me.
Because of this issue, I'm unable to see the previous tracking on my command (CLI)/ console window. Please have a look at the image for what I'm looking out
CTRL + UP/DOWN
Press CTRL + UP/Down key for navigation(scroll up and down).
Something off the topic:
use gem "quiet_assets" to suppress the assets logging in your terminal.
You will be able to see just controller-> Model logs in your terminal.
Hope you find this gem helpful.