Ruby on Rails Set Up a Rails Development Environment with Docker + VS Code Dev Containers I will walk through the steps my team followed to set up a pretty nice Rails development environment using Docker and VS Code Dev Containers.
Realm Improve Realm Migrations with Rails-like Patterns Discover how our custom Rails-inspired migration pattern improved the way my team manages database schema changes in Realm.
Ruby on Rails Switch Rails Database Connections While Running Cypress Tests This setup will switch the database connection when the Cypress tests are running so it won't muddy up the data in other database environments.
Ruby on Rails Creating Active Admin Forms for Active Record Models Active Admin forms based on Active Record models are an easy way to create models with as little or as much customization as your admin portal requires.