Search Results for "how-to-implement-group-video-in-opentok"
Lessons
Forum Threads

Multiple File Uploads with Shrine Discussion
28
General
This is fantastic! Exactly what I needed so THANK you! I am having one very strange issue that I wonder if anyone has experience with. "Larger" files uploaded - meaning over a mg end up getting ...
Adam Morgan replied

In-App Navbar Notifications Discussion
55
General
Thank you thank you thank you!
Ken Hibino 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...
OuttaSpaceTime replied

Infinite Scroll in Rails with Stimulus.js Discussion
25
General
This is super slick. I wonder how easily one could append the query parameter in the URL to reflect the current page? Could `History.replaceState()` handle the job?
Kevin Urbaum replied

In-App Messages Between Users Discussion
25
General
Great episode Chris!Can't wait to get into the more advanced stuff.Thanks!

Direct File Uploads to S3: Part 3 Discussion
51
General
Awesome as usual Chris.How similar do you think this process would be to using Carrierwave Direct?
Chris Oliver replied

Implementing Hotwire
1
Rails
Hello good people.
I was watching DHH's video on hotwire and @Chris video on on this site demonstrating hotwire.
Do we still need stimulus js in case we want to implement that on the group chat ...
Suleiman Nassor replied
Solved

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

Liking Posts Discussion
96
General
Learned a lot of new things through this post, thank you. Never knew how to properly write a route to a module or the proper architecture for that set up. Very useful stuff. Would have liked to s...
Someone replied

Global Autocomplete Search Discussion
29
General
Awesome episode Chris! Thanks!
Thomas Keller replied

How did you become good at back end development / Ruby on Rails?
7
Rails
My introduction to Ruby on Rails was a "complete course" on Udemy and reading Michael Hartl's book. A year's worth of dedicated practice later, I'm still struggling with my skills and understandin...
Alan Reid replied
Solved

Button Loading Animations with jQuery UJS Discussion
68
General
Thank you! Really simple. :)
Marcos Filho replied

How to display multi-day events in SimpleCalendar?
20
Gems / Libraries
Hi there,
Not sure if i've missed something, but i'm not able to get multi-day events to show over the date range using SimpleCalendar.
From what I've read on the Gem homepage, I've passed in the...
Nikodem Gorak 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

Inviting Users with devise_invitable Discussion
46
General
What made you laugh at 7:25? Is that a bird?! When do we get meet her/him? :)
nikhil kumawat replied

User Authentication with Devise | GoRails
27
General
This was a good video. Thank you. I am currently implementing Devise with a Rails JSON API but this gave me a good foundation.
Someone replied

How do I allow a user to make multiple payments on one booking using Stripe?
38
General
I'm building an events app using Rails and Stripe to handle payments. I've used javascript for my booking page in order to allow a user to book and pay for multiple spaces rather than just one at a...
Chris Oliver replied
Solved

Sharing Data With Javascript Discussion
22
General
Thank you for this video, very interesting way of autoloading new notifications.However, polling sounds a bit "old school". I read a lot about Active Live and websockets with the upcoming release o...
Someone replied

Deploy Ubuntu 14.04 Trusty Tahr Discussion
371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

How to add Search in Rails using Meilisearch Discussion
8
General
Thank you, Chris.
Can we add aggregations in Meilisearch as we do in ElasticSearch?