Private Gems and Docker for DevelopmentIf you're using Docker for development with a Rails application, and want to introduce a private gem registry hosted with Github Packages…
ReadWhen RSpec Doesn't RollbackThis post will walk you through some troubleshooting techniques when RSpec tests are failing due to unexpected data in the test database. I…
ReadMaximize Learning from ScreencastsUpdate (March 2024): I recently had an engaging conversation on the Geeking Out podcast with host Adriana Villela, where we discussed the…
ReadHomebrew Postgresql Service not Starting ResolvedThis post will cover how to troubleshoot when the postgresql service installed via Homebrew on a Mac isn't starting. If you work on a Mac…
ReadSQLite Varchar SurpriseI recently completed the Getting Started with Rails 6 course on Pluralsight and ran into a surprise with the use of SQLite and string column…
Read