我正在尝试从 Rails 4 应用程序向 ZeroMQ 发送消息。
我添加gem "zmq"
到我的 Gemfile 中,然后在我的应用程序控制器中以某种方法使用此代码。
context = ZMQ::Context.new(1)
Rails 打印异常:
uninitialized constant ApplicationController::ZMQ
如果我添加require 'zmq'
到 application_controller.rb Rails 打印其他消息:
cannot load such file -- zmq