Adding Custom Buttons to Action Text
Play
15:16 CC

Adding Custom Buttons to Action Text

#310 Aug 22, 2021 pro
In this episode, we extend Action Text with an additional button to change the text colors of the WYSIWYG editor.

Background Jobs with Resque
Play
7:15 CC

Background Jobs with Resque

#306 Jul 25, 2021 pro
Resque is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.

Ransack Search and Hotwire
Play
15:19 CC

Ransack Search and Hotwire

#305 Jul 18, 2021 pro
It's easy to overcomplicate our search features. Ransack enables the creation of both simple and advanced search forms for your Ruby on Rails application.

Cryptocurrency Payments
Play
20:27 CC

Cryptocurrency Payments

#304 Jul 11, 2021 pro
In this episode, we look at accepting cryptocurrency payments, implementing an ingress for the webhooks, and creating an interface to manage the products.

Hardware Security Keys
Play
11:02 CC

Hardware Security Keys

#302 Jun 27, 2021 pro
Using a hardware security key for multi-factor authentication is a great way to protect user accounts. In this episode, we look at implementing security keys into our Ruby on Rails applications with Devise user accounts.