Roles from Scratch
Play
15:11 CC

Roles from Scratch

#352 Jun 5, 2022 free
In this episode, we look at different authorization approaches from the most simple to more complex scenarios.

Active Record Tricks
Play
11:25 CC

Active Record Tricks

#347 May 1, 2022 free
In this episode, we look at tips and tricks from read only attributes, inserting and upserting (update or insert) records, toggling booleans, and single table inheritance.

Label Maker with Ruby
Play
26:30 CC

Label Maker with Ruby

#343 Apr 3, 2022 free
Learn how to turn your tweets into physical printouts on a label maker via the Cups/PPD API. It's a silly concept, but can have some great real world application with interfacing with printers.

Remote Development
Play
14:45 CC

Remote Development

#339 Mar 6, 2022 free
Having a fast and expensive computer to do daily development is a luxury. Sometimes, we may be in a position where we are just getting started with programming and the budget is very small. In this episode we look at a very moderately priced Chromebook and explore how we can make it into a viable development machine.

Hotwire Modals
Play
16:13 CC

Hotwire Modals

#335 Feb 6, 2022 free
In this episode, we look at creating an unobtrusive and efficient way to launch Bootstrap modals using Turbo and Stimulus.