Syntax Highlighting with Action Text
Play
10:36 CC

Syntax Highlighting with Action Text

#231 Mar 1, 2020 free
Set up Action Text with client side Syntax Highlighting using Highlight.js.

WYSIWYG Editor with Summernote
Play
7:40 CC

WYSIWYG Editor with Summernote

#27 May 2, 2016 free
Integrate Summernote WYSIWYG Editor into your application. Learn how to use AJAX callbacks to filestore your images instead of database Base64.

Client Side Validations
Play
5:26 CC

Client Side Validations

#32 Jun 6, 2016 free
Give early warning to users of form errors before they submit. With client side validations, the user can correct any errors prior to submitting the form.

Hotwire Introduction
Play
23:56 CC

Hotwire Introduction

#369 Oct 2, 2022 free
Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. With Rails 7, we get Hotwire added in by default. In this episode, we look at some of the features with Hotwire and how to use them.

Custom Turbo Stream Actions
Play
15:20 CC

Custom Turbo Stream Actions

#382 Jan 1, 2023 free
With the release of Turbo 7.2, we gained the ability to create custom actions in Turbo. This allows us to trigger functions on the client side that would have been difficult or cumbersome to do in the past. In this episode, we look at setting up custom actions and how to use them.