Videos

RubyConf 2024 Workshop: How To Build Basic Desktop Applications in Ruby by Andy Maleh - YouTube
Learn how to build basic desktop applications in Ruby with hands-on code exercises!
Workshop outline (every step will involve a hands-on exercise or more):
1. GUI Basics (Controls, Properties, and Listeners):
2. Observer Pattern and MVC (Model-Vi...

Securing your app with the default Authentication Generator | Rails 8 Unpacked - YouTube
Learn how to add authentication to your Rails 8 app with the new built-in Authentication Generator, shipped as a default starting in Rails 8.0. @typecraft_dev walks you through how the generator spins up everything you need: models, controllers,...

RubyConf 2024 Exploring Reline: Enhancing Command Line Usability by Mari Imaizumi - YouTube
Reline is a pure Ruby implementation of GNU Readline and IRB uses it. GNU Readline allows you to write configuration in .inputrc, and Reline reads this configuration file and sets key bindings. However, there are many things that GNU Readline can ...


Interview with Yukihiro Matz Matsumoto at Baltic Ruby - YouTube
An interview with Yukihiro Matsumoto about Ruby, the community, his profession, and personal life, which he gave at the Baltic Ruby conference in Malmö in 2024.
Here’s what you can learn from it.
🛸 Ruby in Space!
Did you know that Ruby is literall...




Kevin McConnell - Introducing Kamal Proxy - Rails World 2024 - YouTube
Kamal Proxy is a new, purpose-built HTTP proxy service that powers Kamal 2.0. It is designed to make zero-downtime deployments simpler, and comes with additional features to make your Rails applications faster and easier to operate. Kevin McConnel...