Search Results for "not-all-actioncable-broadcasts-broadcasting"
Lessons
Forum Threads

Not all ActionCable broadcasts broadcasting
2
Rails
I have an app that successfully has ActionCable implemented and working in production on Heroku.
We recently added an additional broadcast, but this wont broadcast no matter what I try.
Each user...
RJ McCollam replied

How to use Hotwire in Rails Discussion
86
General
Can you please provide the repository for this also?
D john replied

How do I dynamically update views when objects change
9
Rails
Hello,
I have objects called lockouts. I have several views where the users lockouts are listed or displayed. I want to update those views without having to refresh the page. So if an attribute of ...
LOLCONCEPTS replied

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...

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

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 add Notifications to Rails with Noticed Discussion
35
General
Awesome gem, I had been thinking on how to integrate all types of notification from rails app, from web notification, emails and Push Notifications. I guess Push Notification is just an API call (f...
Alan Kirk replied

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

Turbo stream problem
4
Rails
Hello...
I'm having a problem with a view not fully auto-updating using turbo.
It currently only works when updating or destroying.
So to keep it kinda short, I have a site where users can crud...

How to Deploy ActionCable and Rails 5 To Production Discussion
22
General
Nice! This is pretty much what we also recommend in our upcoming Action Cable integration documentation.One thing that I'd like to add is that you will need to configure config/cable.yml to specify...
Shivashish Singh replied

5.0.1 out of RC?
4
Rails
I just did a `bundle update` and my app updated to Rails 5.0.1, it looks like this may have come out of RC. However there is nothing on their site yet. However their github is stating the buuld is ...
Chris Oliver replied
Solved

How should I bundle stimulus_reflex with esbuild in Rails 7
3
Rails
When I use webpacker gem, it is so easy to install stimulus reflex using stimulus_reflex gem in Rails 6.
But in Rails 7, some problems occurs as follows:
```
$ bundle add stimulus_reflex
$ rails s...
Ole Torp replied

Authorization With CanCanCan Discussion
23
General
Curious why CanCan and not an actively maintained project like Pundit?
Someone replied

[ActiveRecord::RecordInvalid - Validation failed: Blog must exist]
6
Rails
Hi,
trying to sort out this error for a while now, no luck.
I get this error above when adding a new comment for a blogpost. The blog is clearly there. Any insight would be much appreciated.
_...
Solved

Action Cable with Puma, Nginx, Docker Swarm
6
Servers
I setup a DigitalOcean Ubuntu 22 droplet to host a docker swarm with containers for a rails app, postgress, and redis. Iām not able to get action cable to work with puma and nginx. I see errors in ...

Reopen ActionCable after login?
4
Rails
Hey Folks,
I'm currently using [Jumpstart](https://jumpstartrails.com/) and [Stimulus Reflex](https://gorails.com/episodes/stimulus-reflex-basics).
After logging in, I am getting an error in the...
Marcus S replied

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

Multi-User Spreadsheets with ActionCable: Part 5 Discussion
2
General
Thanks for the great videos! I should definitely go back and clean up the tutorial so that all the github commits actually line up with the steps, and there's no needless refactoring going on in th...
Matt Welke replied

Any good guides on how to start with redis and action cable?
0
General
I want to get some action cable notifications working on my site. I have never used redis before or action cable. I see there are videos on gorails on action cable that seem to spec that you have r...
spacerobotTR posted