Skip to content

2.1.0

Compare
Choose a tag to compare
@huacnlee huacnlee released this 02 Feb 07:57
· 2231 commits to main since this release

升级到 Rails 5, 并开始使用 ActionCable

  • 升级到 Rails 5,同时升级其他的 Gem 到较新的版本;
  • 改用 ActionCable 代替 MessageBus 来实现实时消息功能;
  • 使用 Puma 代替 Unicorn,ActionCable 需要多线程服务器;
  • 实现话题查看界面,当有新回复的时候自动提醒,点击可以无刷新载入新内容;