Search Results for "actioncable-chat-app"

Lessons





















Forum Threads

Group Chat with ActionCable: Part 4 Discussion

69
General
As for message relay jobs matter for this particular subject of this ActionCable example, do you recommend putting down for its current_user's id or name in these kind of scenarios when it comes to...

Disabling ActionCable for Unauthenticated Users Discussion

14
General
Hey Chris,I tried to integrate the meta tag if else statement into the group chat app in the channels/chatrooms.js and got "cannot read property `send_message` of undefined" error. It was surprisin...
Imallek replied

How ActionCable Uses Redis Discussion

4
General
Nice! I d like to see an episode on ActionCable & Redis tuning and optimisation to allow massive number of subscribers (100+) with frequent updates. Im currently pushing matrix with data of siz...
Yi Mei Wang replied

Rails 5's ActionCable and Websockets Introduction | GoRails - GoRails

27
General
Great Post. Thanks
Someone replied

Is Actioncable + Redis compatible with APN's?

0
Rails
I built my chat app using rails actioncable and than was able to make an ios app that pulls the conversation and messages. Everything works fine. My question is, is it possible to set up apple p...
Masud Hossain posted

Solutions for high memory usage in rails development or production(heroku)

18
Servers
So i built my web app that allows users to chat with eachother, see who's online, and send notifications all using actioncable and it's using up A LOT of memory it seems. Correct me if i'm wrong, b...
shakycode replied
Solved

ActionController::UnknownFormat in MessagesController#create

3
General
Ran into this error in part 4 of the ActionCable group chat. What exactly am I missing? Schema looks fine same with MessagesController. ``` ActionController::UnknownFormat in MessagesController#...
Solved

Rails 6 form_with will not pass resources with Association

2
Rails
I am using Rails 6. I have a form that I need to pass `remote: true` so I get POST to process as JS: `LOG: MessagesController#create as JS` Here is what I have tried: `<%= form_for [@hangou...
Jim Miller replied

How to implement cursor based pagination

0
Rails
Hi! I'm new to RoR. Followed [Chat Series](https://gorails.com/series/realtime-group-chat-with-actioncable) and want to improve it using infinite scroll. When user reaches top of box I want to load...
Daniyar Baitursynov posted

How to use ActionText in Rails 6 Discussion

30
General
Great stuff Chris! Very exciting. I also just watched the @mention episode too. To anyone reading this, a few questions: 1. Do you think we can get @mentions working on our Rails 5.2 app that ha...

ActionCable streaming from a strange channel name

1
Rails
Hello!I'm following your course "Group Chat with ActionCable" and everything works fine, except one thing: When I broadcast to ActionCable.server.broadcast "rooms:#{message.room.id}", it ...
ValentinKLN replied
Solved

Direct Messages in Realtime with ActionCable Discussion

20
General
Shouldn't be better to create a model lets say conversations with both users "sender and receiver" and maybe make messages a polymorphic association between rooms and conversations?
Marcos replied

Group Chat with ActionCable: Part 7 Discussion

30
General
Hi! response for the new userundefined method `last_read_at' for nil:NilClass for Chatrooms#show how to solve?
FX replied

Group Chat with ActionCable: Part 6 Discussion

8
General
Wow! This was an amzing guide!
saribaev021 replied

Group Chat with ActionCable: Part 5 Discussion

23
General
Hi Chris,How many users is a chatroom-site like this able to handle?thanks,
anasaijaz replied

Group Chat with ActionCable: Part 3 Discussion

23
General
Chris,Would it be possible to have one on Map APIs like mapbox or google maps api please :)Omar
Richard Ludwig replied

Group Chat with ActionCable: Part 2 Discussion

13
General
Hi Chris,Is it possible to make a REST API for this app and create a Mobile app using Jquery mobile or Android and do real time chat with people chatting on desktop?I have an application with Rails...
felixOlesen replied

Group Chat with ActionCable: Part 1 Discussion

35
General
Great tutorial. Can't wait to see Part 2.
Moi_link replied

Deploying To Production on Heroku with Puma Discussion

21
General
So chris im using this on my db.yml fileproduction: <<: *default host: xxxxxxx database: xxxxxx password: xxxxx port: xxxxxx username:xxxxxon your video you paste this codeproduction:...
Joseph replied

Group Chat with ActionCable Unread Messages Div Appearing on Messages I send

0
Rails
I just finished episode 7 of Group Chat with ActionCable. When I send a message, the "unread messages" div appears in the browser window of the sender as well as the recipient's window. Any ideas w...
Rex posted