Dynamic Role Management
Play
17:31 CC

Dynamic Role Management

#247 Jun 21, 2020 pro
Create dynamic roles that can be assigned to users. Based on the assigned role, the user will be able to perform or view various parts of the application.

Video Chat with WebRTC
Play
27:42 CC

Video Chat with WebRTC

#246 Jun 14, 2020 pro
Using ActionCable and StimulusJS, we can create a Zoom-like video chat functionality where chat rooms can share live audio and video streams.

Tracking Changes on Action Text
Play
9:49 CC

Tracking Changes on Action Text

#245 Jun 7, 2020 free
Without using any gems, we look at tracking changes within Action Text. It seems like a simple thing, but challenges arise through several layers of abstraction due to the flexibility that Action Text provides.

Publish and Subscribe to Events
Play
12:13 CC

Publish and Subscribe to Events

#244 May 31, 2020 pro
In this episode, we look at a micro library providing Ruby objects with Publish-Subscribe capabilities.

Embedding Youtube Videos into Action Text with Stimulus
Play
18:57 CC

Embedding Youtube Videos into Action Text with Stimulus

#243 May 24, 2020 pro
Creating attachments with Action Text can be difficult, but in this episode, we look at how we can create embedded attachments into Trix without needing a persisting the data on a separate model on our database.