You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bundle_update_interactive – I’ve created a popular interactive mode for Bundler, inspired by yarn upgrade-interactive, and continue to add features based on community involvement.
nextgen – I regularly update a Rails app generator with recommendations based on my latest Rails consulting work. Nextgen embraces the fact that every project has different requirements, and offers dozens of interactive options, including Vite for apps that need robust TS/React frontends.
tomo – This is my take on a modern alternative to Capistrano for deploying Rails apps. It focuses on a friendly developer experience: familiar SSH concepts, an intuitive CLI, well-documented extension points, and helpful error messages. I use tomo to deploy many of my side projects.
Other Ruby open source projects that I’ve built and continue to support:
mighty_test is a refined CLI for Minitest that adds color output, fail-fast, CI integration, and interactive watch mode.
pgcli-rails plugs into Rails apps to replace the default database console with the more full-featured pgcli.
gem is the GitHub template I use for building and maintaining gems.
🪴 Maintenance
I also serve as a core contributor and maintainer for the following Ruby projects:
Generate your next Rails app interactively! This template includes production-ready recommendations for testing, security, developer productivity, and modern frontends. Plus optional Vite support! ⚡️
A modern, TDD-friendly Minitest runner for Ruby projects! Includes a Jest-inspired interactive watch mode, focus mode, CI sharding, fail-fast, and more.