You know Rails isn't going anywhere when you see no such developer tools like the jst/ts have. Auto-completion is one of then main tool missing in vscode and ruby tools. There's a solograph extension but it does not do much for Rails. I think there's so much to do for this community.
i'm just starting to play with actioncable and i'm trying to do something like this: each Room has an online_users column which shows how many users are online. The column by rake task is refreshed every 1 minute. How now refresh the view (users_online value only) for each @room.each do |f| ?
It's Thanksgiving and my birthday this week, so if anyone needs me, I will be in several food comas.
Excellent video, very clear.
Love the commentary 😂
there is also a nice notation that associate a comment to a user: @comment = current_user.comments.build(comment_params)
good
Let's go!
You know Rails isn't going anywhere when you see no such developer tools like the jst/ts have. Auto-completion is one of then main tool missing in vscode and ruby tools. There's a solograph extension but it does not do much for Rails. I think there's so much to do for this community.
i'm just starting to play with actioncable and i'm trying to do something like this: each Room has an online_users column which shows how many users are online. The column by rake task is refreshed every 1 minute. How now refresh the view (users_online value only) for each @room.each do |f| ?