我正在 rhohub 帐户中托管 rhoconnect 应用。我的 rhomobile 应用程序需要 rhoconnect 3.2 和 ruby 1.9 。如何找到 ruby 的哪个版本 rhohub ?
我正在尝试通过在config.ru
文件中添加以下行来改善响应时间。
# adjust the EventMachine Thread Pool size
require 'eventmachine'
EventMachine.threadpool_size = 25
# Rhoconnect server flags
Rhoconnect::Server.set :use_async_model, true
# adjust the Rack FiberPool size
Rhoconnect::Server.set :fiberpool_size, 150
答案 0 :(得分:0)
命令提示符并使用ruby -v
将为您提供当前安装的Ruby版本。
此致 阿米特C.