2

我正在尝试使用 faye 用 ruby​​ on rails 做一个聊天框。它在 WEBrick 服务器上运行良好,我的老板让我用 apache 服务器实现它,我试过了,但有一些错误(由 firebug 显示):

    TypeError: element.dispatchEvent is not a function
           var client = new Faye.Client('http://192.168.2.1:9292/faye');
    ReferenceError: Faye is not defined
           var client = new Faye.Client('http://192.168.2.1:9292/faye');

gem 'faye' 包含在 Gemfile 中,faye 版本是 '0.8.8';“瘦”已安装。瘦版:'1.5.0' 任何人都可以帮助解决这些问题?谢谢!

4

1 回答 1

0

在 html 文件中包含以下内容

<script src="http://localhost:9000/realtime_videos/client.js" type="text/javascript"></script>

于 2013-08-27T08:03:00.560 回答