DEV Community

Discussion on: Simple chatroom with Rails 6 and ActionCable

Collapse
 
jmoore53 profile image
Jack Moore

Nice post! I wanted to ask if there is a way to save the messages with ActiveRecord or if you are familiar with rebroadcasting a message via actioncable? Say someone wanted to scroll up through the chat history, is there a way for this to be available for someone joining the chat later? I was looking through rebroadcasing a message, but was getting stuck.