Lessons
Video episodes exploring all things Ruby, Rails and Hotwire.
-
Premium
Sometimes you discover a minor bug and just want to jump straight in to fix it, however, I think it’s usually best to check the test coverage, and if that area isn't tested or h...
-
In this episode, we implement disposable email validation on rapidruby.com to prevent sign-ups using temporary email accounts.
-
Premium
We’ve been moving quite fast so far, so in this episode, we’ll get the navigation menu items set up and take a moment to refactor the RSpec tests and get them back to green.
-
Buckle up. This is a long one! Follow along as I build a full feature from start to finish, with RSpec tests and everything else I'd normally do when developing.
-
In this screencast I introduce a rather small feature to Happi, setting the reply-to address for new threads.
The main point of it is to cover writing request specs that give m...