PusherChat Rails:使用Ruby on Rails的PusherApp的简单实现 源码
本地入门 $ bundle install 编辑config/database.yml ,然后设置数据库 $ rake db:setup 在config/initializers/pusher.rb添加一些Pusher凭证 启动服务器 $ rails s 在两个浏览器中访问并开始聊天。 调试 如果某件事不起作用,则很可能是Pusher凭证: 查看Rails日志中是否存在Pusher错误 在app/assets/javascripts/chat.js第20行启用javascript调试
文件列表
PusherChat-Rails-master.zip
(预估有个76文件)
PusherChat-Rails-master
vendor
plugins
.gitkeep
0B
config
locales
en.yml
213B
database.yml
576B
initializers
backtrace_silencers.rb
404B
暂无评论