Tools mentioned by Steve Polito
Software and services Steve Polito has mentioned across podcast appearances.
SignalCast may earn a small commission on purchases through these links — at no extra cost to you.
Rails
“The gem shifted from inheriting Rails generator classes to becoming a simple wrapper for Rails new that passes three options: Postgres database, skip test framework, and an application template file.”
FactoryBot
“the gem packages Thoughtbot's Rails conventions including RSpec, FactoryBot, Heroku deployment, and strong migrations into a single command.”
Mentioned on: The Bike Shed · 493: Suspenders with Steve PolitoSuspenders
Authorby Thoughtbot
“Steve Polito discusses the major rewrite of Suspenders, Thoughtbot's Rails application generator gem that existed since 2008.”
Mentioned on: The Bike Shed · 493: Suspenders with Steve PolitoHeroku
by Salesforce
“the gem packages Thoughtbot's Rails conventions including RSpec, FactoryBot, Heroku deployment, and strong migrations into a single command.”
Mentioned on: The Bike Shed · 493: Suspenders with Steve PolitoClaude
by Anthropic
“Use Claude in plan mode to identify which existing specs to examine first when starting new projects, rather than having it write code directly.”
Mentioned on: The Bike Shed · 493: Suspenders with Steve PolitoRSpec
“the gem packages Thoughtbot's Rails conventions including RSpec, FactoryBot, Heroku deployment, and strong migrations into a single command.”
Mentioned on: The Bike Shed · 493: Suspenders with Steve PolitoBundler
“Use Rails issue templates with bundler inline to create isolated test cases that replicate bugs in minutes, enabling faster triage and helping determine if problems stem from the framework or user error before opening issues.”
Elm
“The realization that Elm's maybe type system forces separation of null-checking logic from business logic led to a broader insight: all conditionals can be extracted from implementation code, creating confident functions that assume correct paths while composition handles branching separately.”
BotCasts
Authorby Steve Polito
“Steve Polito discusses BotCasts, a Rails podcast player application that demonstrates Hotwire capabilities through progressive enhancement, semantic HTML, and Rails conventions, serving as both functional app and interactive tutorial.”