Search Results for "realtime-online-user-tracking-with-actioncable-discussion"

Lessons




















Forum Threads

Realtime Online User Tracking with ActionCable Discussion

16
General
How would you limit those users by tenant ( account)? Would you make the data sent to redis an array of two integers, like [1, 2] where 1 is the account.id and 2 is the user.id? Or is there a simpl...
Matthias Orgler replied

Heroku RedisCloud connexions on "Realtime Online User Tracking with ActionCable"

0
Rails
Hi all, I'm running in a weird issue. Following the Realtime Online User Tracking with ActionCable screencast, in an app using rails 5.2 I used: ```ruby ActionCable.server.pubsub.redis_connection_...
Nathan Chalot posted

Displaying User presence when tracking online Users with ActionCable

2
Rails
Hi, I'm wondering on my current implementation for tracking and displaying user online presence. I followed "Realtime Online User Tracking with ActionCable" for the most part and right now I'm usi...
Chris Oliver replied
Solved

Realtime Domain Updates with Turbo Refreshes & Morph Discussion

0
General

Realtime Charts with Stimulus Target Callbacks Discussion

6
General
Hi! You tend to have an episode topic when I need it :-) Great job, thank you! R.

Finding video

2
General
Hi, I am looking for part 2 and 3 of the series "Realtime with Hotwire and ActionMailbox" that are only available as preview on Youtube - am I missing something? Thank you very much
Hanamo replied

Could we get a video on passing Devise current_user (or general user roles) into a Turbo partial?

1
General
Hi Chris, I was just wondering if there is any possibility of getting a video or some tips on including Devise current_user data or user roles inside a turbo stream - specifically to show/hide edi...

Flash Messages and Toasts with Hotwire & Turbo.js Discussion

25
General
Nice! I've been playing with Turbo and that comes on perfect timing, thanks! But didn't you think that feels wrong? We used to have the controller do all of that for us with the redirects and fla...
Chuck replied

Realtime Nested Comments: Part 3 Discussion

32
General
Very cool. I imagine a real-time comment feed like this will make a website feel come alive. One issue Iโ€™d love to see addressed in a follow up video is the page kinda moving around as youโ€™re rea...

Realtime Nested Comments: Part 2 Discussion

6
General
Hey Chris, thanks for the video! I'm just wondering about the design decision to have a stream subscription for each individual comment for the broadcast removal vs broadcasting to the "container" ...
Jay Killeen replied

Realtime Nested Comments: Part 1 Discussion

5
General
Amazing episode, Chris! Thank you so much for this!

Remote form - update partial in Rails 6

2
Rails
This may sound super dumb but is there a new and improved way to remotely update partials in Rails 6. I've used the 'update.js.erb' file before to render the partial but for rails 6 is there an upd...
Chris Oliver replied
Solved

Realtime Group Chat with Rails [Revised] - Part 3 Discussion

0
General
Hi, (I've now run through the videos, implementing them from scratch to this point twice, and still getting the same issue) Looking at the frames in the cable entry in the Network tab of Dev Tool...
Tom Stone posted

Realtime Group Chat with Rails [Revised] - Part 5 Discussion

1
General
Hi Chris, great series. Are you planning on revising the DM episode? Or is the implementation pretty similar to the previous one?
Chris Oliver replied

Realtime Group Chat with Rails [Revised] - Part 4 Discussion

3
General
Did I miss a video? I've been following along (or at least I thought I was) but some of the layout is different and I don't remember the scrollTo stuff in the channel_controller
Danniel Tung replied

Realtime browser updates with Cable Ready Discussion

9
General
Great episode. Just as a note to anybody watching this who might be wondering, cable_ready pairs perfectly well with Stimulus Reflex as well. You can simply include the cable_ready call in your *...
Joseph Clarke replied

Realtime Group Chat with Rails [Revised] - Part 2 Discussion

9
General
Nice video Chris. I did something similar on a project a while ago but not with the elegant stimulus js solution. Something that I am wondering about Websockets. In terms of edges cases or pitf...
Fixt Dev replied

Realtime Group Chat with Rails [Revised] - Part 1 Discussion

7
General
Hi, does the revised version is build from scratch ? I noticed it seems like from the start of the video, you have created the project and created some models. Can I know which episodes should I wa...
Fixt Dev replied

Introduction to Stimulus Reflex Discussion

43
General
woooooo... this is sooooo cooool. Thanks Chris for all the good content you giving us ๐Ÿ‘. You making likes Rails every days. Respect ๐Ÿ™
Jason Eastwood 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