Lessons

Rails 8 auth with OAuth and the missing RSpec tests

Extend the new Rails 8 authentication generator with OAuth and add the missing tests for all of it

It's Storytime - narration as a sticky conveyor of information

Thoughts on how to improve the storytelling on this platform

Control HTML Focus from Rails Server

An easy way to control the focus of DOM-elements from Rails

Rails PWA: Put CSS and JS in Browser cache for offline mode

Put your CSS and JS assets in a Browser cache, as a first step into offline functionality

Robust Keyboard interactions for Stimulus actions

With the JS library @github/hotkey, you can easily step up your hotkey game

Hide and show elements with Stimulus

Easy and reusable controller to hide and show elements on interaction

Single SignOn: Authenticate Users with their Windows ActiveDirectory credentials

Use a OmniAuth Strategy to authenticate against a LDAP ActiveDirectory Endpoint

Email verification with Rails 8 auth: Part 1

Discover one way of doing email verification, building on top of what the Rails 8 auth gives you

Email verification with Rails 8 auth: Part 2

Pick up from last lesson, make Email verification workin the controller

Email change flow with Rails 8 auth

With the Email verification in place, we build a flow that let's the user change his Email after verification

a