标签: activemessaging

ActiveMessaging生成器问题 - 不支持Rails 3

我有Activemessaging插件和rails3应用程序的问题.

我的gemfile是

gem 'sqlite3'
gem 'activemessaging', :git=>'git://github.com/spraints/activemessaging.git'
gem 'stomp'
gem 'daemons'
Run Code Online (Sandbox Code Playgroud)

之后,activemessaging文件夹出现在供应商中

捆绑安装后,我想用生成器创建处理器

 rails generate processor Test
Run Code Online (Sandbox Code Playgroud)

我看到这个输出:

ActiveMessaging: adapter reliable_msg not loaded: no such file to load -- reliable-msg
ActiveMessaging: adapter wmq not loaded: no such file to load -- wmq/wmq
ActiveMessaging: adapter beanstalk not loaded: no such file to load -- beanstalk-client
ActiveMessaging: no '/home/ruby/myapp/script/config/messaging.rb' file to load
ActiveMessaging: Loading script/app/processors/application.rb
Rails available: Adding dispatcher prepare callback.
ActiveMessaging: no '/home/ruby/myapp/script/config/messaging.rb' file to load
Could not find generator processor. …
Run Code Online (Sandbox Code Playgroud)

ruby-on-rails activemessaging ruby-on-rails-3

5
推荐指数
1
解决办法
1018
查看次数