Ruby or Rails
Play
11:00 CC

Ruby or Rails

#473 Sep 8, 2024 pro
In this episode, we take a look at 20 different code examples and have to determine if they are part of Ruby's core library or if they are specific to the Ruby on Rails framework.

Class Data
Play
8:48 CC

Class Data

#457 May 19, 2024 pro
In Ruby 3.2 a new feature was released that allowed for the creation of immutable objects. In this episode we will learn how to use this feature and some use cases where it can be handy.

Dot Files
Play
14:35 CC

Dot Files

#415 Aug 20, 2023 pro
Dot files are important for customizing our development experience and in this episode, we'll have a look at the .zshrc, .gemrc, .railsrc, and .irbrc dot files and how we can customize them to make our development life easier.

Middleman
Play
27:48 CC

Middleman

#389 Feb 19, 2023 pro
Middleman is a static site generator using all the shortcuts and tools in modern web development. In this episode, we look at creating a static site using TailwindCSS and one of the TailwindUI templates. We also take an interesting approach to keep the development experience close to one that we would expect in a Rails application.

Testing External Sites
Play
13:21 CC

Testing External Sites

#359 Jul 24, 2022 pro
Sometimes we find ourselves in a situation where we are handling the releases for an important application in our organization, but with each release, a regression/happy path testing must occur. We can use Ruby and Capybara to test these external sites.