【问题标题】:Nitrous-IO Console - How to enable the scroll bar up/downfor the console window?Nitrous-IO 控制台 - 如何为控制台窗口启用向上/向下滚动条?
【发布时间】:2015-01-12 07:31:25
【问题描述】:

我在 Nitrous IO 上,并成功地为 Ruby on rails 应用程序工作。但令我恼火的是无法在控制台窗口上向上或向下滚动。

我可以为 Heroku 控制台窗口启用该功能吗?请指导我。

由于这个问题,我无法在我的命令 (CLI)/控制台窗口上看到之前的跟踪。请看一下图片,了解我在寻找什么

【问题讨论】:

  • 这是什么程序?这是ST吗?
  • 我在 NitrousIO 上运行,它是 RubyonRails 应用程序。

标签: ruby-on-rails nitrousio


【解决方案1】:
CTRL + UP/DOWN 

Press CTRL + UP/Down key for navigation(scroll up and down).

题外话:

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.

【讨论】:

  • 谢谢...它有帮助...'gem "quiet_assets"' 给出错误说明“它是未知命令”
  • 只需在 Gemfile 中写入 gem 'quiet_assets' 并进行捆绑安装,然后重新启动服务器。您将看到您的资产相关日志不会出现在您的控制台中。 github.com/evrone/quiet_assets#installation
  • 阿杰你值得拥有!干杯。
  • 最欢迎@RamakishnaBalla :)
【解决方案2】:

您也可以使用 Shift + PageUp/PageDown

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-10-20
    • 2013-02-21
    • 1970-01-01
    • 2011-03-29
    • 2011-07-05
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多